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 BasicVisual 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.5.14908)