System::Collections::Generic::IKVCollection::Insert 方法
IKVCollection::Insert method
在指定位置插入项。
virtual void System::Collections::Generic::IKVCollection<T>::Insert(int index, const T &item) override
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int | 放置项目的位置。 |
| 项 | const T& | 要放置在指定位置的项目。 |
另见
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Font for C++