System::Collections::CollectionBase::RemoveAt 方法

CollectionBase::RemoveAt method

移除集合实例中指定索引处的元素。此方法不可被覆盖。

void System::Collections::CollectionBase<T>::RemoveAt(int32_t index)
参数类型描述
索引int32_t要移除的元素的零基索引。

另见