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.
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}.
Top
See Also