System::Collections::IListImplValueType::Insert 方法
IListImplValueType::Insert method
在指定位置插入元素,后面的元素向后移动。
virtual void System::Collections::IListImplValueType<T>::Insert(int index, System::SharedPtr<System::Object> value) override
| Parameter | Type | 描述 |
|---|---|---|
| 索引 | int | 插入元素的索引位置。 |
| value | System::SharedPtr<System::Object> | 要在指定索引插入的项。 |
另见
- Typedef SharedPtr
- Class Object
- Class IListImplValueType
- Namespace System::Collections
- Library Aspose.Page for C++