Priority
|
The PriorityQueueT type exposes the following members.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the PriorityQueueT. | |
Head | Gets the head of the queue. The value returned is the same as the Peek method. | |
IsReadOnly | Gets a value indicating whether the PriorityQueueT is read-only. | |
Item | Gets or sets the element at the specified index. |