Click or drag to resize

RingBufferEnqueueableOnly<T>.Item 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.3261.0 (4.8.3261.0)
Syntax
C#
public T this[
	int idx
] { get; }

Parameters

idx  Int32
The index.

Return Value

T
The element at index.

Implements

IReadOnlyList<T>.Item[Int32]
Exceptions
ExceptionCondition
IndexOutOfRangeException
See Also