Json.NET - Quick Starts & API Documentation
JArray Constructor
Namespaces ► Newtonsoft.Json.Linq ► JArray ► JArray()()()()
Members
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.
|