Inserts an object at the top of the Limited Stack.
Namespace:
GLSVAssembly: GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)
Syntax
| C# |
|---|
public void Push( T item ) |
| Visual Basic (Declaration) |
|---|
Public Sub Push ( _ item As T _ ) |
| Visual C++ |
|---|
public: void Push( T item ) |
Parameters
- item
- Type: T
Item to push