Click or drag to resize

RingBufferTTryPeek Method

Try to peek an item.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.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