Click or drag to resize

PriorityQueueTKey, TValue Properties

The PriorityQueueTKey, TValue 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