共用方式為


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 之以零起始的索引。

item
TKey

要插入至 IList<T>的物件。

實作

適用於