ImmutableList<T>.IList<T>.RemoveAt(Int32) 方法

定义

移除位于指定索引处的值。

 virtual void System.Collections.Generic.IList<T>.RemoveAt(int index) = System::Collections::Generic::IList<T>::RemoveAt;
void IList<T>.RemoveAt (int index);
abstract member System.Collections.Generic.IList<T>.RemoveAt : int -> unit
override this.System.Collections.Generic.IList<T>.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList(Of T).RemoveAt

参数

index
Int32

要移除的项的从零开始的索引。

实现

例外

注解

此成员是显式接口成员的实现。 它只能在 ImmutableList<T> 实例被强制转换为 IList<T> 接口时使用。

适用于