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

削除する要素のインデックス。

戻り値

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

適用対象