System::Collections::Generic::Stack::Push विधि

Stack::Push method

स्टैक के शीर्ष पर तत्व रखता है।

void System::Collections::Generic::Stack<T>::Push(const T &item)
पैरामीटरप्रकारविवरण
आइटमconst T&स्टैक में पुश करने के लिए तत्व।

संबंधित देखें