ImmutableSortedSet<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

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

实现

注解

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

System.Collections.Immutable NuGet 包

关于不可变集合以及如何安装

适用于