ImmutableSortedSet<T>.IList<T>.Insert(Int32, T) メソッド

定義

セット内の指定されたインデックス位置に項目を挿入します。

 virtual void System.Collections.Generic.IList<T>.Insert(int index, T item) = System::Collections::Generic::IList<T>::Insert;
void IList<T>.Insert (int index, T item);
abstract member System.Collections.Generic.IList<T>.Insert : int * 'T -> unit
override this.System.Collections.Generic.IList<T>.Insert : int * 'T -> unit
Sub Insert (index As Integer, item As T) Implements IList(Of T).Insert

パラメーター

index
Int32

item を挿入する位置の、0 から始まるインデックス。

item
T

セットに挿入するオブジェクト。

実装

注釈

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

System.Collections.Immutable NuGet パッケージ

不変コレクションとインストール方法について

適用対象