Nemerle Documentation

Stack.Push Method 

Pushes an object to the top of the stack

public void Push(
   object x
);

See Also

Stack Class | Nemerle.Collections Namespace