System::Collections::Generic::Queue::Enqueue method

Queue::Enqueue method

Puts item to the end of the queue.

void System::Collections::Generic::Queue<T>::Enqueue(const T &item)
ParameterTypeDescription
itemconst T&Item to push.

See Also