ConstructorParameters Property

Json.NET

Json.NET - Quick Starts & API Documentation ConstructorParameters Property
NamespacesNewtonsoft.Json.SerializationJsonObjectContractConstructorParameters
Gets the constructor parameters required for any non-default constructor
Declaration Syntax
C# Visual Basic Visual C++
public JsonPropertyCollection ConstructorParameters { get; private set; }
Public Property ConstructorParameters As JsonPropertyCollection
	Get
	Private Set
public:
property JsonPropertyCollection^ ConstructorParameters {
	JsonPropertyCollection^ get ();
	private: void set (JsonPropertyCollection^ value);
}

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