Removes and returns the object at the beginning of the queue.
Namespace: MindFusion.Collections
Assembly: Queue.js
SyntaxJavaScript
Copy Code
|
|---|
function dequeue () |
The object that is removed from the beginning of the queue.
RemarksIf the queue is empty this method will throw an exception.
See Also