Removes and returns the object at the top of the Limited Stack.

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public T Pop()
Visual Basic (Declaration)
Public Function Pop As T
Visual C++
public:
T Pop()

Return Value

The top element

See Also