ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / TypeEx Class / GetDefaultProperties Method
The type.

In This Topic
    GetDefaultProperties Method
    In This Topic
    Get default property list of the specified types.
    Syntax
    '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
    See Also