[]
Get indexed property list of the specified type.
public static IEnumerable<PropertyInfo> GetIndexerProperties(this Type type)
Type | Name | Description |
---|---|---|
Type | type | The type. |
Type | Description |
---|---|
IEnumerable<PropertyInfo> | The IEnumerable<T> instance list if properties have been found. |