Metodo System::Collections::Generic::Stack::Push
Stack::Push method
Inserisce l’elemento nella cima dello stack.
void System::Collections::Generic::Stack<T>::Push(const T &item)
| Parametro | Tipo | Descrizione |
|---|---|---|
| elemento | const T& | Elemento da inserire nello stack. |
Vedi anche
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Font for C++