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