System::Collections::IList::RemoveAt 方法

IList::RemoveAt method

在指定索引处从列表中移除项目。

virtual void System::Collections::IList::RemoveAt(int index)=0
ParameterType描述
索引int要删除项目的索引。

另见