System::Collections::Generic::Queue::Peek 方法

Queue::Peek method

获取队列开头的项,但不从队列中移除。

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

ReturnValue

队列中的第一个项目。

另见