System::Collections::Generic::Queue::Peek method

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()

ReturnValue

First item in queue.

See Also