System::Collections::IListImplValueType::Insert method
IListImplValueType::Insert method
निर्दिष्ट स्थिति में तत्व डालता है, अन्य तत्वों को शिफ्ट करता है।
virtual void System::Collections::IListImplValueType<T>::Insert(int index, System::SharedPtr<System::Object> value) override
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| सूचकांक | int | तत्व डालने के लिए इंडेक्स। |
| मान | System::SharedPtr<System::Object> | निर्दिष्ट इंडेक्स पर डालने के लिए आइटम। |
संबंधित देखें
- Typedef SharedPtr
- Class Object
- Class IListImplValueType
- Namespace System::Collections
- Library Aspose.Page for C++