JsonArray.Enumerator
Namespace: SnowBank.Data.Json · struct
Implements: IEnumerator<JsonValue>, IEnumerator, IDisposable
Enumerates through the elements of a JsonArray
Properties
Current
JsonValue Current { get; }
Methods
Dispose
void Dispose()
MoveNext
bool MoveNext()