JsonArrayGetEnumerator Method

Returns an enumerator that iterates through the JsonArray.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public ListTEnumerator GetEnumerator()

Return Value

ListTEnumerator
An IEnumeratorT instance that can be used to iterate though the elements of the JsonArray.

See Also