Condividi tramite


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

Definizione

Rimuove l'elemento IList<T> in corrispondenza dell'indice specificato.

 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

Parametri

index
Int32

Indice in base zero dell'elemento da rimuovere.

Implementazioni

Si applica a