RingBufferTTryRemove Method |
Try the remove an item from the buffer.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool TryRemove(
out T item
)
Parameters
- item T
- If successful, the item that was removed.
Return Value
BooleanTrue if a item could be removed; otherwise, false.
See Also