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

IList::Insert method

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

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

另见