ComponentOne FinancialChart for WPF
C1.WPF Namespace / TypeEx Class / GetTypeInfo Method



In This Topic
    GetTypeInfo Method
    In This Topic
    Syntax
    '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)
    [Extension()]
    public static Type GetTypeInfo( 
       Type type
    )
    [Extension()]
    public:
    static Type^ GetTypeInfo( 
       Type^ type
    ) 

    Parameters

    type
    See Also