Click or drag to resize

RingBufferTTryPeek Method

Try the peek an item.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool TryPeek(
	out T item
)

Parameters

item  T
If successful, the item.

Return Value

Boolean
True if there was an item in the buffer; false otherwise.
See Also