[]
Returns default public instance parameter-less constructor for the specified type.
public static ConstructorInfo GetDefaultPublicCtor(this Type type)
Public Shared Function GetDefaultPublicCtor(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. |