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)
ParametroTipoDescrizione
elementoconst T&Elemento da inserire nello stack.

Vedi anche