August 2001
Intermediate to advanced
656 pages
18h 5m
English
Stack.Push Method
System.Collections.Stack
stackvariable.Push(obj)
obj
Use: Required
Data Type: Object
The item to place in the stack
None
Places an Object on the top of the stack
The Push method adds an item to the top of the stack and increases the Count property by 1.
Read now
Unlock full access