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