System::Collections::IList::Insert विधि

IList::Insert method

निर्दिष्ट इंडेक्स पर सूची में आइटम सम्मिलित करता है।

virtual void System::Collections::IList::Insert(int index, SharedPtr<System::Object> item)=0
पैरामीटरप्रकारविवरण
सूचकांकintवस्तु को सम्मिलित करने के लिए अनुक्रमांक।
आइटमSharedPtr<System::Object>समाविष्ट करने के लिए वस्तु।

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