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