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