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

要移除的項目索引。

傳回

已移除項目的新清單。

適用於