System::Collections::IListImplRefType::Insert メソッド

IListImplRefType::Insert method

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

virtual void System::Collections::IListImplRefType<T>::Insert(int index, System::SharedPtr<System::Object> value) override
パラメーター説明
インデックスint要素を挿入するインデックス。
valueSystem::SharedPtr<System::Object>指定インデックスに挿入する項目。

参照