Posts
Sort by recent activity
Reflector doesn't understand type casting
I found that reflector has a problem in situations where type casting is happened.
One small example is the List<T> class of .NET Framework.
Let's look at the original Microsoft code:// Sets or Get...