System::Collections::ObjectModel::Collection::Insert メソッド

Collection::Insert method

指定された位置に項目を挿入します。

void System::Collections::ObjectModel::Collection<T>::Insert(int index, const T &item) override
パラメーター説明
インデックスint項目を挿入するインデックス。
項目const T&指定された位置に挿入する項目。

参照