PriorityQueue<T>.RepositionHead method

Puts the item at the head of the queue into the correct place. If you modify the item returned by Peek such that its “priority” changes, call this method to restore the correct order in the PriorityQueue.

public void RepositionHead()

See Also