System::Collections::Generic::Queue::Enqueue method
Queue::Enqueue method
Plaatst een item aan het einde van de queue.
void System::Collections::Generic::Queue<T>::Enqueue(const T &item)
| Parameter | Type | Beschrijving |
|---|---|---|
| item | const T& | Item om toe te voegen. |
Zie ook
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Page for C++