RingBufferEnqueueableOnlyTOldestValue Property |
Gets the oldest element available. An exception is thrown if no element is enqueued.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public T OldestValue { get; }
Property Value
T
The oldest element.
Exceptions See Also