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
之以零起始的索引。
- item
- TKey
要插入至 IList<T>的物件。