ParametrizedConstructor Property

Json.NET

Json.NET - Quick Starts & API Documentation ParametrizedConstructor Property
NamespacesNewtonsoft.Json.SerializationJsonObjectContractParametrizedConstructor
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.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)