Click or drag to resize

FifoQueueT Properties

The FifoQueueT generic type exposes the following members.

Properties
  NameDescription
Public propertyArray
An array representation of the current content of the queue.

Note that this will make a copy of the internal array

Public propertyCapacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
Public propertyCount
Gets the number of elements contained in the FifoQueue{T}.
Public propertyItem
Gets/sets the element at the specified position in the FifoQueue{T}.
Protected propertyTail
Index in internal _q array of last element in the queue
Top
See Also