Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / TypeEx Class / GetIndexerProperties Method
The type.

In This Topic
    GetIndexerProperties Method (TypeEx)
    In This Topic
    Get indexed property list of the specified type.
    Syntax
    'Declaration
     
    
    <IteratorStateMachineAttribute(C1.WPF.TypeEx/#JSb)>
    <ExtensionAttribute()>
    Public Shared Function GetIndexerProperties( _
       ByVal type As Type _
    ) As IEnumerable(Of PropertyInfo)
    [IteratorStateMachine(C1.WPF.TypeEx/#JSb)]
    [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