Class
JsonArray

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 JsonBaseType.InternalValueJsonBaseType.this[string]

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

int

The zero-based index of the element to get or set.

Property Value

JsonBaseType

The JsonBaseType at the specified index.

Overrides JsonBaseType.this[int]

In this article
DefinitionPropertiesthis[int]
Not finding the help you need?
Contact Support