Json.NET - Quick Starts & API Documentation
JArray Constructor
Namespaces ► Newtonsoft.Json.Linq ► JArray ► JArray()()()()

Icon | Member | Description |
---|---|---|
![]() |
JArray()()()() |
Initializes a new instance of the JArray class.
|
![]() |
JArray(JArray) |
|
![]() |
JArray(array<Object>[]()[][]) |
Initializes a new instance of the JArray class with the specified content.
|
![]() |
JArray(Object) |
Initializes a new instance of the JArray class with the specified content.
|