Tagged Questions
1
vote
2answers
189 views
Evaluate null cast with reflection?
Given a null cast:
var result = MyMethod( (Foo) null );
Is it possible to use this extra information inside the method with reflection?
EDIT:
The method's signature is something like:
object ...