mscorlib(4.0.0.0) API with additions
|
Contains methods for converting T:System.Type objects. More...
Static Public Member Functions | |
static TypeInfo | GetTypeInfo (this Type type) |
Returns the T:System.Reflection.TypeInfo representation of the specified type. More... | |
Contains methods for converting T:System.Type objects.
Definition at line 5 of file IntrospectionExtensions.cs.
Returns the T:System.Reflection.TypeInfo representation of the specified type.
type | The type to convert. |
Definition at line 11 of file IntrospectionExtensions.cs.