System::Collections::IListImplRefType::RemoveAt 方法

IListImplRefType::RemoveAt method

移除指定位置的项。

virtual void System::Collections::IListImplRefType<T>::RemoveAt(int index) override
参数类型描述
索引int要删除项的索引位置。

另见