[]
Returns default instance parameter-less constructor for the specified type.
public static ConstructorInfo GetParameterlessCtor(Type type)
Type | Name | Description |
---|---|---|
Type | type | The type. |
Type | Description |
---|---|
ConstructorInfo | The default constructor for the specified type if it exists; Null otherwise. |