JObject Constructor (other)

Json.NET

Json.NET - Quick Starts & API Documentation JObject Constructor (other)
NamespacesNewtonsoft.Json.LinqJObjectJObject(JObject)
Initializes a new instance of the JObject class from another JObject object.
Declaration Syntax
C# Visual Basic Visual C++
public JObject(
	JObject other
)
Public Sub New ( _
	other As JObject _
)
public:
JObject(
	JObject^ other
)
Parameters
other (JObject)
A JObject object to copy from.

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