Peek()

Queue::Peek() method

Gets item from the beginning of the queue, but does not remove it from queue.

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

Return Value

First item in queue.

See Also