Click or drag to resize

RingBufferTAdd(T) Method

Adds the specified item to the buffer.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Add(
	T item
)

Parameters

item  T
The item.
Exceptions
ExceptionCondition
InvalidOperationExceptionBuffer overflow
See Also