OrderedDictionary<TKey,TValue>.KeyCollection.IList<TKey>.RemoveAt メソッド

定義

指定したインデックス位置にある IList<T> 項目を削除します。

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

パラメーター

index
Int32

削除する項目の 0 から始まるインデックス。

実装

適用対象