ConcurrentTokenizedPriorityQueueTKey, TValue, TTokenTryPeekKey Method |
Tries to retrieve the minimum key.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool TryPeekKey(
out TKey key
)
Parameters
- key TKey
- On successful return, contains the minimum key.
Return Value
Booleantrue if the queue contained at least one element that could be peeked; otherwise
false.
See Also