Click or drag to resize

SerializableStackTPop Method

Remove the top object from the stack and return it

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public T Pop()

Return Value

Type: T
The formerly top item of the stack
See Also