共用方式為


OrderedDictionary<TKey,TValue>.ValueCollection.IList<TValue>.RemoveAt 方法

定義

拿掉位於指定索引處的 IList<T> 專案。

 virtual void System.Collections.Generic.IList<TValue>.RemoveAt(int index) = System::Collections::Generic::IList<TValue>::RemoveAt;
void IList<TValue>.RemoveAt (int index);
abstract member System.Collections.Generic.IList<TValue>.RemoveAt : int -> unit
override this.System.Collections.Generic.IList<TValue>.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList(Of TValue).RemoveAt

參數

index
Int32

要移除之專案之以零起始的索引。

實作

適用於