| PriorityQueueT Methods | 
The PriorityQueueT generic type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dequeue | 
            Dequeues an item.
             | 
|  | Enqueue | 
            Enqueues an item.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Exists | 
            Checks if an item exists in the queue.
             | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | IsConsistent | 
            Determines whether the queue is consistent.
             | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | Peek | |
|  | ToString | (Inherited from Object.) | 
 See Also
See Also