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