Click or drag to resize

RingBufferTTryRemove Method

Try the remove an item from the buffer.

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

Parameters

item  T
If successful, the item that was removed.

Return Value

Boolean
True if a item could be removed; otherwise, false.
See Also