System::Collections::Generic::Stack::Push method
Stack::Push method
Plaatst element op de bovenkant van de stack.
void System::Collections::Generic::Stack<T>::Push(const T &item)
| Parameter | Type | Beschrijving |
|---|---|---|
| item | const T& | Element om in de stack te plaatsen. |
Zie ook
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Page for C++