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&挿入する項目。

参照