Enqueue()

Queue::Enqueue(const T&) method

Puts item to the end of the queue.

void System::Collections::Generic::Queue<T>::Enqueue(const T &item)

Arguments

ParameterTypeDescription
itemconst T&Item to push.

See Also