Click or drag to resize
JsonArray.GetEnumerator Method
Returns an enumerator that iterates through the array.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public IEnumerator<JsonValue> GetEnumerator()

Return Value

Type: IEnumerator<JsonValue>
An enumerator for the array.

Implements

IEnumerable<T>.GetEnumerator()
See Also