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

移除項目之以零為起始的索引。

傳回

已移除項目的新清單。

適用於