System::Collections::Generic::Queue::Peek मेथड

Queue::Peek method

क्यू की शुरुआत से आइटम प्राप्त करता है, लेकिन क्यू से उसे हटाता नहीं है।

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

ReturnValue

कतार में पहला आइटम।

संबंधित देखें