Persistate API documentation
Item Property (index)
NamespacesPersistate.UtilCircularBuffer<(Of <(<'T>)>)>Item[([( Int32])])

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

Gets a particular item in the buffer.
Declaration Syntax
C#
public T this[
	int index
] { get; }
Parameters
index (Int32)
The zero based index of the item to get, counting from the head.
Return Value
The item at the given index.

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