ClassJsonArray
Class
An array of JSON objects, which can be of many types.
Definition
Namespace:ArtOfTest.WebAii.Javascript
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class JsonArray : JsonCollection
Inheritance: objectJsonBaseTypeJsonCollectionJsonArray
Inherited Members
Properties
this[int]
Gets / sets the JSON element at the specified index.
Declaration
cs-api-definition
public override JsonBaseType this[int index] { get; set; }
Parameters
index
The zero-based index of the element to get or set.
Property Value
The JsonBaseType at the specified index.
Overrides