ComponentOne FinancialChart for WPF
GetIndexerProperties Method



C1.WPF Namespace > TypeEx Class : GetIndexerProperties Method
The type.
Get indexed property list of the specified type.
Syntax
'Declaration
 
<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)
[Extension()]
public static IEnumerable<PropertyInfo> GetIndexerProperties( 
   Type type
)
[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

Reference

TypeEx Class
TypeEx Members