System::Collections::Generic::List::InsertRange メソッド

List::InsertRange method

特定の位置にデータ範囲を挿入します。

void System::Collections::Generic::List<T>::InsertRange(int index, IEnumerablePtr collection)
パラメーター説明
インデックスintデータを挿入するインデックス。
コレクションIEnumerablePtr挿入する要素のコレクション。

参照