System::Collections::ObjectModel::Collection::RemoveAt 方法

Collection::RemoveAt method

在特定位置移除项目。

void System::Collections::ObjectModel::Collection<T>::RemoveAt(int index) override
参数类型描述
索引int要删除项目的索引。

另见