Click or drag to resize
JsonArrayGetEnumerator 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: IEnumeratorJsonValue
An enumerator for the array.

Implements

IEnumerableTGetEnumerator
See Also