System::Collections::Generic::Stack::Push विधि
Stack::Push method
स्टैक के शीर्ष पर तत्व रखता है।
void System::Collections::Generic::Stack<T>::Push(const T &item)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| आइटम | const T& | स्टैक में पुश करने के लिए तत्व। |
संबंधित देखें
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Page for C++