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.Font for C++