Table of Contents

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 int

The index of the element to remove.