System::Collections::Generic::Queue::Peek 方法
Queue::Peek method
获取队列开头的项,但不从队列中移除它。
T System::Collections::Generic::Queue<T>::Peek()
ReturnValue
队列中的第一项。
另见
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
获取队列开头的项,但不从队列中移除它。
T System::Collections::Generic::Queue<T>::Peek()
队列中的第一项。