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