Click or drag to resize

RingBufferEnqueueableOnlyTOldestValue Property

Gets the oldest element available. An exception is thrown if no element is enqueued.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T OldestValue { get; }

Property Value

T
The oldest element.
Exceptions
ExceptionCondition
InvalidOperationExceptionNo element present in ring buffer
See Also