OrderedDictionary<TKey,TValue>.ValueCollection.IList<TValue>.RemoveAt Método

Definição

Remove o item IList<T> no índice especificado.

 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

Parâmetros

index
Int32

O índice baseado em zero do item a ser removido.

Implementações

Aplica-se a