Click or drag to resize

PriorityQueueTKeyEnqueue Method

Adds the specified key to the queue.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Enqueue(
	TKey val
)

Parameters

val  TKey
The key value.
See Also