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



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

    Parameters

    type
    The type.

    Return Value

    The IEnumerable instance list if properties have been found.
    See Also