Nemerle Documentation

Queue.Peek Method 

Return the first element of the queue.

public object Peek();

Remarks

Throw EmptyQueue exception if the queue is empty.

See Also

Queue Class | Nemerle.Collections Namespace