Click or drag to resize

SerializableStackT Methods

The SerializableStackT generic type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears out the stack
Public methodPeek
Look at the top item of the stack, but keep it in the stack
Public methodPop
Remove the top object from the stack and return it
Public methodPush
Add an object to the top of the stack
Top
See Also