Bagikan melalui


OrderedDictionary<TKey,TValue>.KeyCollection.IList<TKey>.RemoveAt Metode

Definisi

Menghapus item IList<T> pada indeks yang ditentukan.

 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

Parameter

index
Int32

Indeks berbasis nol dari item yang akan dihapus.

Penerapan

Berlaku untuk