ConcurrentPriorityQueueTKey, TValueEnqueue Method |
Adds the specified key to the queue.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Enqueue(
TKey key,
TValue value
)
Parameters
- key TKey
- The key value.
- value TValue
- The value.
See Also