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