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

Queue::Enqueue method

क्यू के अंत में आइटम डालता है।

void System::Collections::Generic::Queue<T>::Enqueue(const T &item)
पैरामीटरप्रकारविवरण
आइटमconst T&पुश करने के लिए आइटम।

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