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++