Next: System_collections_queue, Previous: System_collections_binary_tree, Up: System_collections
System.collections.stackImplements: see System_object
Represents a stack.
Supported constructors:
System.collections.stack()Supported methods:
count()push(value)value onto stack.
pop()top()