Click or drag to resize

PriorityQueueT Properties

The PriorityQueueT type exposes the following members.

Properties
 NameDescription
Public propertyCapacity Gets or sets the total number of elements the internal data structure can hold without resizing.
Public propertyComparer Gets the IComparerT that is used to compare the elements of the priority queue.
Public propertyCount Gets the number of elements contained in the PriorityQueueT.
Top
See Also