ConcurrentTokenizedPriorityQueueTKey, TValue, TTokenDequeue Method |
Dequeues the item with minimum key. If the queue is empty, an exception will be thrown.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public (TKey , TValue ) Dequeue()
Return Value
ValueTupleTKey,
TValueThe key/value pair with minimum key value.
Exceptions See Also