Click or drag to resize
Json.NET

JObject Constructor

 
Overload List
  NameDescription
Public methodJObject
Initializes a new instance of the JObject class.
Public methodJObject(Object)
Initializes a new instance of the JObject class with the specified content.
Public methodJObject(Object)
Initializes a new instance of the JObject class with the specified content.
Public methodJObject(JObject)
Initializes a new instance of the JObject class from another JObject object.
Top
See Also