System::Collections::Generic::Stack::Push yöntemi

Stack::Push method

Yığının tepesindeki öğeyi ekler.

void System::Collections::Generic::Stack<T>::Push(const T &item)
ParametreTürAçıklama
öğeconst T&Yığına itilecek öğe.

Ayrıca Bakınız