QueueDateTimes Properties |
The QueueDateTimes type exposes the following members.
Name | Description | |
---|---|---|
![]() | Array |
An array representation of the current content of the queue.
(Inherited from FifoQueueT.)Note that this will make a copy of the internal array |
![]() | 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.) |