ImmutableArray<T>.IImmutableList<T>.SetItem(Int32, T) メソッド

定義

指定したインデックス位置の項目を、指定した項目で置き換えます。

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

パラメーター

index
Int32

置換する項目のインデックス。

value
T

リストに追加する値。

戻り値

指定したインデックス位置に item を格納している新しい配列。

実装

注釈

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

適用対象