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?

55502f40dc8b7c769880b10874abc9d0 Talk