RingBufferTTryPeek Method |
Try the peek an item.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool TryPeek(
out T item
)
Parameters
- item T
- If successful, the item.
Return Value
BooleanTrue if there was an item in the buffer; false otherwise.
See Also