FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Utils Class / GetParameterlessCtor Method
The type.

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

    Parameters

    type
    The type.

    Return Value

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