Click or drag to resize

ConcurrentPriorityQueueTKey, TValueIsEmpty Property

Gets a value indicating whether the queue is empty.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsEmpty { get; }

Property Value

Boolean
true if the queue is empty; otherwise, false.
See Also