Gets or sets the parametrized constructor used to create the object.
| C# | Visual Basic | Visual C++ |
public ConstructorInfo ParametrizedConstructor { get; set; }
Public Property ParametrizedConstructor As ConstructorInfo Get Set
public: property ConstructorInfo^ ParametrizedConstructor { ConstructorInfo^ get (); void set (ConstructorInfo^ value); }
The parametrized constructor.