Persistate API documentation
GetEnumerator Method
NamespacesPersistate.UtilCircularBuffer<(Of <(<'T>)>)>GetEnumerator()()()()

[This is preliminary documentation and is subject to change.]

Gets an enumerator for the items in the CircularBuffer.
Declaration Syntax
C#
public IEnumerator<T> GetEnumerator()
Return Value
The enumerator.
Remarks
The enumerator yields the items starting from the head and ending at the tail.

Assembly: Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)