QueueDateTimes Properties

Properties

Array An array representation of the current content of the queue.

Note that this will make a copy of the internal array


(Inherited from FifoQueueT)
Capacity Gets or sets the total number of elements the internal data structure can hold without resizing.
(Inherited from FifoQueueT)
Count Gets the number of elements contained in the FifoQueue{T}.
(Inherited from FifoQueueT)
Item Gets/sets the element at the specified position in the FifoQueue{T}.
(Inherited from FifoQueueT)
Tail Index in internal _q array of last element in the queue
(Inherited from FifoQueueT)

See Also