System::Collections::IListImplRefType::Insert メソッド
IListImplRefType::Insert method
指定位置に要素を挿入し、他の要素をシフトします。
virtual void System::Collections::IListImplRefType<T>::Insert(int index, System::SharedPtr<System::Object> value) override
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int | 要素を挿入するインデックス。 |
| value | System::SharedPtr<System::Object> | 指定インデックスに挿入する項目。 |
参照
- Typedef SharedPtr
- Class Object
- Class IListImplRefType
- Namespace System::Collections
- Library Aspose.Page for C++