System::Collections::Generic::IList::Insert method

IList::Insert method

निर्दिष्ट स्थिति में तत्व डालता है, अन्य तत्वों को शिफ्ट करता है।

virtual void System::Collections::Generic::IList<T>::Insert(int index, const T &item)=0
पैरामीटरप्रकारविवरण
सूचकांकintतत्व डालने के लिए इंडेक्स।
आइटमconst T&निर्दिष्ट इंडेक्स पर डालने के लिए आइटम।

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