Method Remove
- Namespace
- Gamelogic.Extensions.Algorithms
- Assembly
- Gamelogic.Extensions.dll
Remove(int)
Removes the element at the specified index from the priority queue.
public void Remove(int index)
Parameters
index
intThe index of the element to remove.