Método System::Collections::Generic::Stack::Push
Stack::Push method
Inserta el elemento en la parte superior de la pila.
void System::Collections::Generic::Stack<T>::Push(const T &item)
| Parámetro | Tipo | Descripción |
|---|---|---|
| elemento | const T& | Elemento a insertar en la pila. |
Ver también
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++