| SerializableStackTPush Method |
Add an object to the top of the stack
Namespace:
DustProductions.Core
Assembly:
DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Push(
T objectToAdd
)
Parameters
- objectToAdd
- Type: T
The object to add to the top of the stack
See Also