[]
        
(Showing Draft Content)

C1.Document.Utils.GetParameterlessCtor

GetParameterlessCtor Method

GetParameterlessCtor(Type)

Returns default instance parameter-less constructor for the specified type.

Declaration
public static ConstructorInfo GetParameterlessCtor(Type type)
Parameters
Type Name Description
Type type

The type.

Returns
Type Description
ConstructorInfo

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