Nemerle Documentation

Queue.Take Method 

Return the first element of the queue and remove it. Throw EmptyQueue exception if the queue is empty.

public object Take();

See Also

Queue Class | Nemerle.Collections Namespace