JArray Constructor (content)

Json.NET

Json.NET - Quick Starts & API Documentation JArray Constructor (content)
NamespacesNewtonsoft.Json.LinqJArrayJArray(Object)
Initializes a new instance of the JArray class with the specified content.
Declaration Syntax
C# Visual Basic Visual C++
public JArray(
	Object content
)
Public Sub New ( _
	content As Object _
)
public:
JArray(
	Object^ content
)
Parameters
content (Object)
The contents of the array.

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