System::Collections::Generic::List::Insert method

List::Insert method

निर्दिष्ट स्थिति पर आइटम सम्मिलित करता है।

void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
पैरामीटरप्रकारविवरण
सूचकांकintआइटम डालने के लिए अनुक्रमांक।
आइटमconst T&डालने के लिए आइटम।

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