Search
Queue.dequeue Method
See Also
 






Removes and returns the object at the beginning of the queue.

Namespace: MindFusion.Collections
File: Queue.js

 Syntax

JavaScript  Copy Code

function dequeue ()

 Return Value

The object that is removed from the beginning of the queue.

 Remarks

If the queue is empty this method will throw an exception.

 See Also