System::Collections::Generic::List::InsertRange मेथड
List::InsertRange method
निर्दिष्ट स्थिति पर डेटा रेंज सम्मिलित करता है।
void System::Collections::Generic::List<T>::InsertRange(int index, IEnumerablePtr collection)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| सूचकांक | int | डेटा डालने के लिए सूचकांक. |
| संग्रह | IEnumerablePtr | डालने के लिए तत्वों का संग्रह. |
संबंधित देखें
- Typedef IEnumerablePtr
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++