System::Collections::ObjectModel::Collection::Insert विधि
Collection::Insert method
निर्दिष्ट स्थान में आइटम डालता है।
void System::Collections::ObjectModel::Collection<T>::Insert(int index, const T &item) override
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| सूचकांक | int | आइटम डालने के लिए अनुक्रमांक। |
| आइटम | const T& | निर्दिष्ट स्थिति में डालने के लिए आइटम। |
संबंधित देखें
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++