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