Class documentation: System.collections.stack
Stack object.
Inherits
System.object
Classes contained
Constructors
make System.collections.stack()
: Class constructor.
Destructor
Operators
Properties
list
: List of items in the stack.
Methods
count()
: Return number of items on the stack.
pop()
: Pop item from stack.
push(v)
: Push item onto stack.
top()
: Return topmost item on stack.