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

Stack::Push method

Yığının tepesine öğe koyar.

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

Ayrıca Bakınız