OrderedDictionary<TKey,TValue>.ValueCollection.IList<TValue>.Insert メソッド

定義

指定したインデックス位置にある IList<T> に項目を挿入します。

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

パラメーター

index
Int32

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

item
TValue

IList<T>に挿入するオブジェクト。

実装

適用対象