ComponentOne FinancialChart for WPF
C1.WPF Namespace / TypeEx Class / GetDefaultProperties Method
The type.



In This Topic
    GetDefaultProperties Method
    In This Topic
    Get default property list of the specified types.
    Syntax
    'Declaration
     
    
    <IteratorStateMachineAttribute(C1.WPF.TypeEx/#Vjc)>
    <ExtensionAttribute()>
    Public Shared Function GetDefaultProperties( _
       ByVal type As Type _
    ) As IEnumerable(Of PropertyInfo)
    'Usage
     
    
    Dim type As Type
    Dim value As IEnumerable(Of PropertyInfo)
     
    value = TypeEx.GetDefaultProperties(type)
    [IteratorStateMachine(C1.WPF.TypeEx/#Vjc)]
    [Extension()]
    public static IEnumerable<PropertyInfo> GetDefaultProperties( 
       Type type
    )
    [IteratorStateMachine(C1.WPF.TypeEx/#Vjc)]
    [Extension()]
    public:
    static IEnumerable<PropertyInfo^>^ GetDefaultProperties( 
       Type^ type
    ) 

    Parameters

    type
    The type.

    Return Value

    The IEnumerable instance list if properties have found
    See Also