ImmutableList<T>.RemoveAt(Int32) 方法

定义

移除指定索引处的元素。

public:
 System::Collections::Immutable::ImmutableList<T> ^ RemoveAt(int index);
public System.Collections.Immutable.ImmutableList<T> RemoveAt (int index);
member this.RemoveAt : int -> System.Collections.Immutable.ImmutableList<'T>
Public Function RemoveAt (index As Integer) As ImmutableList(Of T)

参数

index
Int32

要移除的元素的从零开始的索引。

返回

已移除元素的新列表。

适用于