struct
Enumerator
public sealed struct Enumerator Zero-allocation enumerator for CircularBuffer`1. Returned as a value type so never allocates.
Properties
| Name | Type | Description |
|---|---|---|
CurrentRef | T | |
Current virtual | T |
Methods
virtual Boolean MoveNext() virtual Void Reset() virtual Void Dispose() Assembly:
Sandbox.System Declaring Type: CircularBuffer`1 Full Name: Sandbox.Utility.CircularBuffer<T>.Enumerator