PriorityQueueT Properties |
The PriorityQueueT generic type exposes the following members.
Name | Description | |
---|---|---|
Capacity |
Gets the current capacity of this queue.
| |
Count |
Gets the number of nodes in the queue. This is an O(1) operation.
| |
First |
Returns the head of the queue, without removing it (use Dequeue() for that).
If the queue is empty, behavior is undefined. This is an O(1) operation.
| |
IsReadOnly |
Gets a value indicating whether this instance is read only (returns false).
| |
Order |
Gets or sets the ordering of this priority queue.
|