共用方式為


SynchronizedKeyedCollection<K,T>.InsertItem(Int32, T) 方法

定義

將項目插入至指定位置的集合中。

protected:
 override void InsertItem(int index, T item);
protected override void InsertItem (int index, T item);
override this.InsertItem : int * 'T -> unit
Protected Overrides Sub InsertItem (index As Integer, item As T)

參數

index
Int32

以零起始的索引,指定此項目在集合中的插入位置。

item
T

要插入至集合中之型別 T 的項目。

適用於