[]
        
(Showing Draft Content)

C1.WPF.TypeEx.GetDefaultProperties

GetDefaultProperties Method

GetDefaultProperties(Type)

Get default property list of the specified types.

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

The type.

Returns
Type Description
IEnumerable<PropertyInfo>

The IEnumerable<T> instance list if properties have found