Click or drag to resize
JsonDynamicItem Property (Int32)
Gets the item stored on given index.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public JsonDynamic this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Index of the item to return.

Property Value

Type: JsonDynamic
Item stored under given key.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0 or is equal or more than Count.
InvalidCastExceptionIf underlying JSON value is not array.
See Also