Gets or sets the element at the specified index.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public JsonValue this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As JsonValue
Get
Set
Parameters
- index
- Type: SystemInt32
Property Value
Type:
JsonValueImplements
IListTItemInt32Exceptions See Also