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

Queue::Enqueue method

将项放入队列末尾。

void System::Collections::Generic::Queue<T>::Enqueue(const T &item)
参数类型描述
const T&要入队的项。

另见