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

定义

删除不可变列表的指定索引处的元素。

 virtual System::Collections::Immutable::IImmutableList<T> ^ System.Collections.Immutable.IImmutableList<T>.RemoveAt(int index) = System::Collections::Immutable::IImmutableList<T>::RemoveAt;
System.Collections.Immutable.IImmutableList<T> IImmutableList<T>.RemoveAt(int index);
abstract member System.Collections.Immutable.IImmutableList<T>.RemoveAt : int -> System.Collections.Immutable.IImmutableList<'T>
override this.System.Collections.Immutable.IImmutableList<T>.RemoveAt : int -> System.Collections.Immutable.IImmutableList<'T>
Function RemoveAt (index As Integer) As IImmutableList(Of T) Implements IImmutableList(Of T).RemoveAt

参数

index
Int32

要移除的元素的索引。

返回

删除了元素的新列表。

实现

注解

此成员是显式接口成员实现。 仅当实例强制转换为ImmutableList<T>接口时IImmutableList<T>,才能使用它。

适用于