Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / TypeEx Class / GetDefaultPublicCtor Method
The type.

In This Topic
    GetDefaultPublicCtor Method
    In This Topic
    Returns default public instance parameter-less constructor for the specified type.
    Syntax
    'Declaration
     
    
    Public Shared Function GetDefaultPublicCtor( _
       ByVal type As Type _
    ) As ConstructorInfo
    public static ConstructorInfo GetDefaultPublicCtor( 
       Type type
    )

    Parameters

    type
    The type.

    Return Value

    The default constructor for the specified type if it exists; Null otherwise.
    See Also