ComponentOne Basic Library for UWP
GetIndexerProperties Method

C1.UWP Assembly > C1.Xaml Namespace > TypeEx Class : GetIndexerProperties Method
The type.
Get indexed property list of the specified type.
Syntax
'Declaration
 
Public Shared Function GetIndexerProperties( _
   ByVal type As System.Type _
) As System.Collections.Generic.IEnumerable(Of PropertyInfo)
public static System.Collections.Generic.IEnumerable<PropertyInfo> GetIndexerProperties( 
   System.Type type
)

Parameters

type
The type.

Return Value

The System.Collections.Generic.IEnumerable`1 instance list if properties have been found.
See Also

Reference

TypeEx Class
TypeEx Members