Gets the item at index. The index zero refers to the oldest item in the buffer, 1 to the second oldest item, etc.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public T ItemAt(
int index
)
Parameters
- index Int32
- The index.
Return Value
TThe item at index
index.
Exceptions See Also