System::Collections::Generic::Queue::Enqueue 方法
Queue::Enqueue method
将项放入队列末尾。
void System::Collections::Generic::Queue<T>::Enqueue(const T &item)
| Parameter | Type | 描述 |
|---|---|---|
| item | const T& | 要推入的项目。 |
另见
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Page for C++