JArray
public class JArray : JContainer, IList<JToken>, ICollection<JToken>, IEnumerable<JToken>, IEnumerable
Represents a JSON array.
Gets a value indicating whether the ICollection<T> is read-only.
Gets or sets the JToken at the specified index.
public JArray()
Initializes a new instance of the JArray class.
Initializes a new instance of the JArray class with the specified content.
Initializes a new instance of the JArray class with the specified content.
Creates a JArray from an object.
Creates a JArray from an object.
Loads an JArray from a JsonReader.
Loads an JArray from a JsonReader.
Load a JArray from a string that contains JSON.
Load a JArray from a string that contains JSON.
Adds an item to the ICollection<T>.
Removes all items from the ICollection<T>.
Determines whether the ICollection<T> contains a specific value.
Copies to.
Returns an enumerator that iterates through the collection.
Determines the index of a specific item in the IList<T>.
Inserts an item to the IList<T> at the specified index.
Removes the first occurrence of a specific object from the ICollection<T>.
Removes the IList<T> item at the specified index.