Click or drag to resize

ConcurrentTokenizedPriorityQueueTKey, TValue, TTokenTryPeekKey Method

Tries to retrieve the minimum key.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool TryPeekKey(
	out TKey key
)

Parameters

key  TKey
On successful return, contains the minimum key.

Return Value

Boolean
true if the queue contained at least one element that could be peeked; otherwise false.
See Also