JsonWritableProxyArray<TValue, TProxy>.Enumerator
Namespace: SnowBank.Data.Json · struct
Implements: IEnumerator<TValue>, IEnumerator, IDisposable
Optimized implementation used to enumerate the deserialized elements of a proxy array
Constructors
Enumerator
Enumerator(JsonArray items)
Properties
Current
TValue Current { get; }
Methods
Dispose
void Dispose()
MoveNext
bool MoveNext()
Reset
void Reset()