Edit

Share via


PriorityQueue<TElement,TPriority>.Enqueue(TElement, TPriority) Method

Definition

Adds the specified element with associated priority to the PriorityQueue<TElement,TPriority>.

public void Enqueue(TElement element, TPriority priority);

Parameters

element
TElement

The element to add to the PriorityQueue<TElement,TPriority>.

priority
TPriority

The priority with which to associate the new element.

Applies to

Product Versions
.NET 6, 7, 8, 9, 10