JsonArray<TValue>.Enumerator
Namespace: SnowBank.Data.Json · struct
Implements: IEnumerator<TValue>, IEnumerator, IDisposable
Enumerator that casts each element of a JsonArray into a specified JSON type.
Properties
Current
TValue Current { get; }
Methods
Dispose
void Dispose()
MoveNext
bool MoveNext()