'Declaration <ExtensionAttribute()> Public Shared Function GetTypeInfo( _ ByVal type As Type _ ) As Type
'Declaration
<ExtensionAttribute()> Public Shared Function GetTypeInfo( _ ByVal type As Type _ ) As Type
'Usage Dim type As Type Dim value As Type value = TypeEx.GetTypeInfo(type)
'Usage
Dim type As Type Dim value As Type value = TypeEx.GetTypeInfo(type)
[Extension()] public static Type GetTypeInfo( Type type )
[Extension()] public: static Type^ GetTypeInfo( Type^ type )
TypeEx Class TypeEx Members