PriorityQueueT Properties |
The PriorityQueueT generic type exposes the following members.
Name | Description | |
---|---|---|
Count |
Current number of elements in queue
| |
First |
Take a look at the first element in the queue, without dequeue'ing
| |
FirstNode |
Take a look at the first element in the queue, without dequeue'ing,
returning the priority key node
|