System::Collections::Generic::List::Insert 方法
List::Insert method
在指定位置插入项。
void System::Collections::Generic::List<T>::Insert(int index, const T &item) override
| Parameter | Type | 描述 |
|---|---|---|
| 索引 | int | 要插入项的索引。 |
| item | const T& | 要插入的项。 |
另见
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++