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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)