Json.NET - Quick Starts & API Documentation
ConstructorParameters Property
Namespaces ► Newtonsoft.Json.Serialization ► JsonObjectContract ► ConstructorParameters
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); }