Posts by Neves • 23 points
1 post
-
2
votes1
answer30
viewsQ: After passing a class by interface reference, how to recover your Type?
If I receive a class by interface reference, is there any way to recover the original type that implemented it? This way I could spend it on an overload of methods for each specific type. Or this is…