'Declaration
<ExtensionAttribute()> Public Shared Function GetDefaultPublicCtor( _ ByVal type As Type _ ) As ConstructorInfo
[Extension()] public static ConstructorInfo GetDefaultPublicCtor( Type type )
Parameters
- type
- The type.
Return Value
The default constructor for the specified type if it exists; Null otherwise.