Britbot
Properties
Britbot.PriorityQueue.PriorityQueueNode Class Reference
+ Inheritance diagram for Britbot.PriorityQueue.PriorityQueueNode:

List of all members.

Properties

double Priority [get, set]
 The Priority to insert this node at. Must be set BEFORE adding a node to the queue.
long InsertionIndex [get, set]
 Used by the priority queue - do not edit this value. Represents the order the node was inserted in
int QueueIndex [get, set]
 Used by the priority queue - do not edit this value. Represents the current position in the queue

Detailed Description

Definition at line 3 of file PriorityQueueNode.cs.


The documentation for this class was generated from the following file: