 | IPriorityQueueTIsEmpty Method |
Checks whether this priority queue is empty, or not.
Namespace: Slash.Collections.PriorityQueuesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
SyntaxFunction IsEmpty As Boolean
abstract IsEmpty : unit -> bool
Return Value
Type:
Booleantrue, if this priority queue is empty, and
false
otherwise.
See Also