Click or drag to resize

ConcurrentTokenizedPriorityQueueTKey, TValue, TTokenTryPeekKey Method

[Missing <summary> documentation for "M:Altaxo.Collections.ConcurrentTokenizedPriorityQueue`3.TryPeekKey(`0@)"]


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

Parameters

key  TKey

[Missing <param name="key"/> documentation for "M:Altaxo.Collections.ConcurrentTokenizedPriorityQueue`3.TryPeekKey(`0@)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Collections.ConcurrentTokenizedPriorityQueue`3.TryPeekKey(`0@)"]

See Also