System::Collections::Generic::Stack::Push method
Stack::Push method
يضع العنصر في أعلى المكدس.
void System::Collections::Generic::Stack<T>::Push(const T &item)
| Parameter | Type | الوصف |
|---|---|---|
| العنصر | const T& | العنصر لإدخاله في المكدس. |
انظر أيضًا
- Class Stack
- Namespace System::Collections::Generic
- Library Aspose.Page for C++