System::Collections::IList::Insert 方法
IList::Insert method
在指定索引处将项目插入列表。
virtual void System::Collections::IList::Insert(int index, SharedPtr<System::Object> item)=0
| Parameter | Type | 描述 |
|---|---|---|
| 索引 | int | 要插入项目的索引。 |
| item | SharedPtr<System::Object> | 要插入的项目。 |
另见
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Page for C++