'Declaration
<ExtensionAttribute()> Public Shared Function GetIndexerProperties( _ ByVal type As Type _ ) As IEnumerable(Of PropertyInfo)
[Extension()] public static IEnumerable<PropertyInfo> GetIndexerProperties( Type type )
Parameters
- type
- The type.
Return Value
The IEnumerable instance list if properties have been found.