Méthode System::Collections::Generic::Stack::Push
Stack::Push method
Place l’élément du haut de la pile.
void System::Collections::Generic::Stack<T>::Push(const T &item)
| Paramètre | Type | Description |
|---|---|---|
| item | const T& | Élément à empiler dans la pile. |
Voir aussi
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Page for C++