System::Collections::IList::Insert 方法

IList::Insert method

在指定索引处将项目插入到列表中。

virtual void System::Collections::IList::Insert(int index, SharedPtr<System::Object> item)=0
参数类型描述
索引int要插入项的索引。
SharedPtr<System::Object>要插入的项。

另见