|
|
PriorityQueueNodeT Properties |
The PriorityQueueNodeT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| InsertionIndex |
Gets the original position at which this node was inserted.
| |
| IsEmpty |
Gets a value indicating whether this node is empty (does not belong to any queue).
| |
| Priority |
Gets a double-value representing the
current priority for the node.
| |
| QueueIndex |
Gets the current position of this node in its containing queue.
| |
| Value |
Gets or sets the current value associated with this node.
|