System::Collections::ObjectModel::Collection::Insert विधि

Collection::Insert method

निर्दिष्ट स्थान में आइटम डालता है।

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

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