System::Collections::Generic::Queue::Enqueue 方法

Queue::Enqueue method

将项放入队列末尾。

void System::Collections::Generic::Queue<T>::Enqueue(const T &item)
ParameterType描述
itemconst T&要推入的项目。

另见