Array.IList.RemoveAt(Int32) Método

Definición

Quita el elemento IList en el índice especificado.

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

Parámetros

index
Int32

Índice del elemento que se va a quitar.

Implementaciones

Excepciones

index no es un índice válido en .IList

es IList de solo lectura.

O bien

IList tiene un tamaño fijo.

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la Array instancia se convierte en una IList interfaz.

Se aplica a