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
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Slides