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

Collection::RemoveAt method

在特定位置移除项。

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

另见