IImmutableList<T>.RemoveAt(Int32) 方法

定义

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

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

参数

index
Int32

要移除的元素的索引。

返回

已移除元素的新列表。

适用于