System::Collections::CollectionBase::ListImpl::Insert メソッド

ListImpl::Insert method

指定されたインデックスに要素を挿入します。

void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
パラメーター説明
インデックスint32_tvalue を挿入すべきゼロベースのインデックス。
valueconst T&挿入する要素。

参照