JArray Constructor (other)

Json.NET

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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)