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)
ParameterTypeDescription
itemconst T&Element to push into stack.

See Also