طريقة System::Collections::Generic::Queue::Enqueue
Queue::Enqueue method
يضع العنصر في نهاية الطابور.
void System::Collections::Generic::Queue<T>::Enqueue(const T &item)
| Parameter | Type | الوصف |
|---|---|---|
| العنصر | const T& | العنصر المراد دفعه. |
انظر أيضًا
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Page for C++