SerializableStackT Class |
Namespace: DustProductions.Core
[SerializableAttribute] public class SerializableStack<T>
The SerializableStackT type exposes the following members.
Name | Description | |
---|---|---|
SerializableStackT | Initializes a new instance of the SerializableStackT class |
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
|