Click or drag to resize

ConcurrentPriorityQueueTKey, TValueTryDequeueIf Method

Overload List
 NameDescription
Public methodTryDequeueIf(FuncTKey, Boolean, TKey, TValue) Dequeues the minimum key value if the predicate returns true for the minimum key. Returns true if the item was dequeued; otherwise, false.
Public methodTryDequeueIf(FuncTKey, TValue, Boolean, TKey, TValue) Dequeues the minimum key value if the predicate returns true for the minimum key and value. Returns true if the item was dequeued; otherwise, false.
Top
See Also