Initializes a new instance of the
JArray class with the specified content.

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