| ResizingArrayStackItem Methods |
The ResizingArrayStackItem generic type exposes the following members.
| Name | Description | |
|---|---|---|
| GetEnumerator |
Returns an iterator to this stack that iterates through the items in LIFO order.
| |
| MainTest |
Demo test for the ResizingArrayStack data type.
| |
| Peek |
Returns (but does not remove) the item most recently added to this stack.
| |
| Pop |
Removes and returns the item most recently added to this stack.
| |
| Push |
Adds the item to this stack.
|