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

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

Removes an item from the head of the CircularBuffer.
Declaration Syntax
C#
public T Remove()
Return Value
The item removed, or the default value of T if the buffer is empty.

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