| LinkedStackItem Methods |
The LinkedStackItem generic type exposes the following members.
| Name | Description | |
|---|---|---|
| GetEnumerator |
Returns an iterator that iterates over the items in this queue in FIFO order. | |
| MainTest |
Demo test the LinkedStack 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. | |
| ToString |
Returns a string representation of this stack. (Overrides ObjectToString.) |