ImmutableList<T>.IImmutableList<T>.RemoveAt(Int32) メソッド

定義

変更できないリストの指定したインデックス位置にある要素を削除します。

 virtual System::Collections::Immutable::IImmutableList<T> ^ System.Collections.Immutable.IImmutableList<T>.RemoveAt(int index) = System::Collections::Immutable::IImmutableList<T>::RemoveAt;
System.Collections.Immutable.IImmutableList<T> IImmutableList<T>.RemoveAt(int index);
abstract member System.Collections.Immutable.IImmutableList<T>.RemoveAt : int -> System.Collections.Immutable.IImmutableList<'T>
override this.System.Collections.Immutable.IImmutableList<T>.RemoveAt : int -> System.Collections.Immutable.IImmutableList<'T>
Function RemoveAt (index As Integer) As IImmutableList(Of T) Implements IImmutableList(Of T).RemoveAt

パラメーター

index
Int32

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

返品

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

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 ImmutableList<T> インスタンスがIImmutableList<T> インターフェイスにキャストされている場合にのみ使用できます。

適用対象