Click or drag to resize

PriorityQueueT Constructor

Overload List
 NameDescription
Public methodPriorityQueueT Initializes a new instance of the PriorityQueueT class that is empty, has the default initial capacity, and uses the default IComparerT implementation for the element type.
Public methodPriorityQueueT(IComparerT) Initializes a new instance of the PriorityQueueT class that is empty, has the default initial capacity, and uses the specified IComparerT implementation to compare elements.
Public methodPriorityQueueT(IEnumerableT) Initializes a new instance of the PriorityQueueT that contains elements copied from the specified IEnumerableT and uses the default IComparerT implementation for the element type.
Public methodPriorityQueueT(IEnumerableT, IComparerT) Initializes a new instance of the PriorityQueueT that contains elements copied from the specified IEnumerableT and that uses the specified IComparerT implementation to compare keys.
Public methodPriorityQueueT(Int32, IComparerT) Initializes a new instance of the PriorityQueueT class that is empty, has the specified initial capacity, and uses the specified IComparerT implementation to compare elements.
Top
See Also