Dequeue()

Queue::Dequeue() method

Gets item from the beginning of the queue.

T System::Collections::Generic::Queue<T>::Dequeue()

Return Value

Popped item.

See Also