System::Collections::Generic::Stack::Push method
Stack::Push method
Puts element of top of the stack.
void System::Collections::Generic::Stack<T>::Push(const T &item)
Parameter | Type | Description |
---|---|---|
item | const T& | Element to push into stack. |
See Also
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++