SegmentedValueBuffer<T>.Enumerator
Namespace: SnowBank.Buffers · struct
Implements: IEnumerator<T>, IEnumerator, IDisposable
Enumerates the contents of a SegmentedValueBuffer
Properties
Current
T Current { get; }
Methods
Dispose
void Dispose()
MoveNext
bool MoveNext()
Reset
void Reset()