System::Collections::Generic::IList::Insert method

IList::Insert method

指定位置に要素を挿入し、他の要素をシフトします。

virtual void System::Collections::Generic::IList<T>::Insert(int index, const T &item)=0
パラメーター説明
インデックスint要素を挿入するインデックス。
項目const T&指定インデックスに挿入する項目。

参照