Type type1 = SomeMethodThatReturnsAType(); Type type2 = SomeOtherMethodThatReturnsAType(); ...
C# C# Dynamic casting?
by https://www.google.com/accounts/o8/id?id=AItOawlUTCKCTimaUNX4sQ5LTqV5Mz8q1DapzIQ,
June 30, 2010 20:00,
1 refactoring, tagged with c# reflection
How can I make this work?