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& | निर्दिष्ट इंडेक्स पर डालने के लिए आइटम। |
संबंधित देखें
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++