SerializableStackT Methods |
The SerializableStackT generic type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Clears out the stack
| |
Peek |
Look at the top item of the stack, but keep it in the stack
| |
Pop |
Remove the top object from the stack and return it
| |
Push |
Add an object to the top of the stack
|