共用方式為


OrderedDictionary<TKey,TValue>.RemoveAt(Int32) 方法

定義

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

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

參數

index
Int32

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

實作

適用於