Click or drag to resize

ConcurrentPriorityQueueTKey, TValueEnqueue 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 key,
	TValue value
)

Parameters

key  TKey
The key value.
value  TValue
The value.
See Also