Table of Contents

Method UpdateValue

Namespace
Gamelogic.Extensions.Algorithms
Assembly
Gamelogic.Extensions.dll

UpdateValue(int, TElement, TPriority)

Updates the value of the element at the specified index.

public void UpdateValue(int index, TElement element, TPriority priority)

Parameters

index int

The index of the element to update.

element TElement

The new value to replace the current value.

priority TPriority

The new priority of the element.