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

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

Add an item to the tail of the CircularBuffer.
Declaration Syntax
C#
public void Add(
	T item
)
Parameters
item (T)
The item to add.
Remarks
If the buffer is full, then an item is removed from the head of the buffer and discarded to make room.

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