Nemerle Documentation

Stack.Top Property

When read -- peeks at the object on the top of the stack. When written -- replaces the topmost element with specified value (there has to be one).

public object Top {get; set;}

See Also

Stack Class | Nemerle.Collections Namespace