How to get the type of a generic type
Note: this entry has moved.
Type t = typeof(Dictionary<,>);
Type t2 = typeof(IList<>);
Type at = typeof(Predicate<>);
:D
Note: this entry has moved.
Type t = typeof(Dictionary<,>);
Type t2 = typeof(IList<>);
Type at = typeof(Predicate<>);
:D
Comments have been disabled for this content.