PriorityQueueTKeyIsEmpty Property |
Gets a value indicating whether the queue is empty.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsEmpty { get; }
Property Value
Booleantrue if the queue is empty; otherwise,
false.
See Also