OrderedDictionary<TKey,TValue>.RemoveAt(Int32) Método

Definição

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

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)

Parâmetros

index
Int32

O índice em base zero do item a remover.

Implementações

Exceções

index é menor que 0 ou maior ou igual a Count.

Aplica-se a