Share via


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

定義

從集合中的指定位置移除項目。

protected:
 override void RemoveItem(int index);
protected override void RemoveItem (int index);
override this.RemoveItem : int -> unit
Protected Overrides Sub RemoveItem (index As Integer)

參數

index
Int32

以零起始的索引,此索引會指定從集合中移除之項目的位置。

適用於