System::Collections::IListImplRefType::Insert 方法

IListImplRefType::Insert method

在指定位置插入元素,后续元素向后移动。

virtual void System::Collections::IListImplRefType<T>::Insert(int index, System::SharedPtr<System::Object> value) override
参数类型描述
索引int插入元素的索引位置。
System::SharedPtr<System::Object>要在指定索引插入的项。

另见