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

定義

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

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

パラメーター

index
Int32

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

item
TKey

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

実装

適用対象