Click or drag to resize

PriorityQueueT Properties

The PriorityQueueT generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Current number of elements in queue
Public propertyFirst
Take a look at the first element in the queue, without dequeue'ing
Public propertyFirstNode
Take a look at the first element in the queue, without dequeue'ing, returning the priority key node
Top
See Also