Json.NET - Quick Starts & API Documentation
OverrideConstructor Property
NamespacesNewtonsoft.Json.SerializationJsonObjectContractOverrideConstructor
Gets or sets the override constructor used to create the object. This is set when a constructor is marked up using the JsonConstructor attribute.
Declaration Syntax
C#Visual BasicVisual C++
public ConstructorInfo OverrideConstructor { get; set; }
Public Property OverrideConstructor As ConstructorInfo
	Get
	Set
public:
property ConstructorInfo^ OverrideConstructor {
	ConstructorInfo^ get ();
	void set (ConstructorInfo^ value);
}
Value
The override constructor.

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