OrderedDictionary<TKey,TValue>.KeyCollection.IList<TKey>.Insert メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックス位置にある 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>に挿入するオブジェクト。