ListBox.IntegerCollection.IList.RemoveAt(Int32) Método

Definición

Quita el elemento en un í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

Siempre se produce.

Comentarios

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

Se aplica a