GetDefaultProperties Method
Get default property list of the specified types.
public static System.Collections.Generic.IEnumerable<PropertyInfo> GetDefaultProperties(
System.Type
)
'Declaration
Public Shared Function GetDefaultProperties( _
ByVal As System.Type _
) As System.Collections.Generic.IEnumerable(Of PropertyInfo)
Parameters
- type
- The type.
Return Value
The System.Collections.Generic.IEnumerable`1 instance list if properties have found