Search
Queue.enqueue Method
See Also
 





Adds an object to the end of the queue.

Namespace: MindFusion.Collections
File: Queue.js

 Syntax

JavaScript  Copy Code

function enqueue (value)

 Parameters

value

The object to add.

 See Also