DefaultCreator Property

Json.NET

Json.NET - Quick Starts & API Documentation DefaultCreator Property
NamespacesNewtonsoft.Json.SerializationJsonContractDefaultCreator
Gets or sets the default creator method used to create the object.
Declaration Syntax
C# Visual Basic Visual C++
public Func DefaultCreator { get; set; }
Public Property DefaultCreator As Func
	Get
	Set
public:
property Func^ DefaultCreator {
	Func^ get ();
	void set (Func^ value);
}
Value
The default creator method used to create the object.

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