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

Published 20 September 2005 05:29 PM by Daniel Cazzulino
Filed under:

Comments

No Comments