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 BasicVisual 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: 3.5.0.0 (3.5.0.0)