Constructor IndexPriorityQueue
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
IndexPriorityQueue(int, IComparer<TPriority>)
Initializes a new instance of the IndexPriorityQueue<TElement, TPriority> class with a specified capacity and comparer.
public IndexPriorityQueue(int capacity, IComparer<TPriority> comparer)