Click or drag to resize

RingBufferEnqueueableOnlyTItem Property

Gets the element with the specified index. The newest element is at index 0.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T this[
	int idx
] { get; }

Parameters

idx  Int32
The index.

Return Value

T
The element at index.

Implements

IReadOnlyListTItemInt32
Exceptions
ExceptionCondition
IndexOutOfRangeException
See Also