Overload List

BinaryHeap`1 () Constructs a binary heap.
BinaryHeap`1 (IComparer`1) Creates a heap from a comparer used to determine the priority of items in the heap.
BinaryHeap`1 (IEnumerable`1) Creates a binary heap from an initial collection of items used to populate the heap.
BinaryHeap`1 (Int32) Creates a binary heap from the initial capacity of the heeap.
BinaryHeap`1 (IEnumerable`1, IComparer`1) Constructs a binary heap from an initial collection of items and a comparer used to determine the priority of items.
BinaryHeap`1 (Int32, IComparer`1) Constructs a heap from an initial capacity and a comparer used to determine priority.

See Also

BinaryHeap`1 Class | BinaryHeap`1 Members | Eas.WebCrawler.Common.Collections Namespace