System::Collections::Generic::Stack::Push method

Stack::Push method

يضع العنصر في أعلى المكدس.

void System::Collections::Generic::Stack<T>::Push(const T &item)
ParameterTypeالوصف
العنصرconst T&العنصر لإدخاله في المكدس.

انظر أيضًا