Json.NET - Quick Starts & API Documentation
OverrideConstructor Property
Namespaces ► Newtonsoft.Json.Serialization ► JsonObjectContract ► OverrideConstructor
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 Basic | Visual 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.