Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / TypeEx Class / GetTypeInfo Method

In This Topic
    GetTypeInfo Method (TypeEx)
    In This Topic
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Shared Function GetTypeInfo( _
       ByVal type As Type _
    ) As Type
    [Extension()]
    public static Type GetTypeInfo( 
       Type type
    )

    Parameters

    type
    See Also