System::Collections::Generic::List::Insert method
List::Insert method
指定された位置に項目を挿入します。
void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
| パラメーター | 型 | 説明 |
|---|---|---|
| インデックス | int | 項目を挿入するインデックス。 |
| 項目 | const T& | 挿入する項目。 |
参照
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++