Click or drag to resize

RingBufferTAdd Method

Overload List
 NameDescription
Public methodAdd(FuncT, Int32, Int32, Int32) Adds items to the buffer by using a read function that reads such items. For instance, Read(Byte, Int32, Int32) is such a function.
Public methodAdd(T) Adds the specified item to the buffer.
Top
See Also