Json.NET - Quick Starts & API Documentation
ParametrizedConstructor Property
Namespaces ► Newtonsoft.Json.Serialization ► JsonObjectContract ► ParametrizedConstructor
Gets or sets the parametrized constructor used to create the object.
Declaration Syntax
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); }
Value
The parametrized constructor.