System::Collections::Generic::Stack::Push metodo

Stack::Push method

Inserisce l’elemento in cima allo stack.

void System::Collections::Generic::Stack<T>::Push(const T &item)
ParametroTipoDescrizione
itemconst T&Elemento da inserire nello stack.

Vedi anche