Click or drag to resize
IPriorityQueueTIsEmpty Method
Checks whether this priority queue is empty, or not.

Namespace: Slash.Collections.PriorityQueues
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
bool IsEmpty()

Return Value

Type: Boolean
true, if this priority queue is empty, and false otherwise.
See Also