Nemerle Documentation
Queue.Add Method
Append element to the end of the queue.
public
void
Add(
object
x
);
See Also
Queue Class
|
Nemerle.Collections Namespace