Tagged Questions

2
votes
9answers
1k views

Determine Calling Object Type in C#

Regardless of whether or not this is a good idea, is it possible to implement an interface where the executing function is aware of the calling object's type? class A { private …