共用方式為


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

item
TValue

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

實作

適用於