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