[]
        
(Showing Draft Content)

C1.WPF.TypeEx.GetIndexerProperties

GetIndexerProperties Method

GetIndexerProperties(Type)

Get indexed property list of the specified type.

Declaration
public static IEnumerable<PropertyInfo> GetIndexerProperties(this Type type)
Parameters
Type Name Description
Type type

The type.

Returns
Type Description
IEnumerable<PropertyInfo>

The IEnumerable<T> instance list if properties have been found.