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& | 指定インデックスに挿入する項目。 |
参照
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++