طريقة System::Collections::Generic::Stack::Push

Stack::Push method

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

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

انظر أيضًا