Returns the object at the top of the Limited Stack without removing it.

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

Syntax

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

Return Value

Returns top item

See Also