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

削除する要素の、0 から始まるインデックス番号。

戻り値

要素が削除された新しいリスト。

適用対象