[This is preliminary documentation and is subject to change.]
Gets an enumerator for the items in the CircularBuffer.
| C# |
public IEnumerator<T> GetEnumerator()
The enumerator.
The enumerator yields the items starting from the head and
ending at the tail.