Click or drag to resize

PriorityQueueT Properties

The PriorityQueueT type exposes the following members.

Properties
  Name Description
Public property Count Gets the number of elements contained in the PriorityQueueT.
Public property Head Gets the head of the queue. The value returned is the same as the Peek method.
Public property IsReadOnly Gets a value indicating whether the PriorityQueueT is read-only.
Public property Item Gets or sets the element at the specified index.
Top
See Also