Click or drag to resize

RingBufferEnqueueableOnlyT Properties

The RingBufferEnqueueableOnlyT type exposes the following members.

Properties
 NameDescription
Public propertyCapacity Gets the maximum number of elements that this buffer can store.
Public propertyCount Gets the number of elements in this buffer.
Public propertyIsEmpty 
Public propertyItem Gets the element with the specified index. The newest element is at index 0.
Public propertyNewestValue Gets the newest element available. An exception is thrown if no element is enqueued.
Public propertyOldestValue Gets the oldest element available. An exception is thrown if no element is enqueued.
Top
See Also