CompositeCollection.RemoveAt(Int32) Método

Definición

Quita un elemento de la colección en el índice determinado. Todos los elementos restantes se mueven un lugar hacia arriba.

public:
 virtual void RemoveAt(int removeIndex);
public void RemoveAt (int removeIndex);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (removeIndex As Integer)

Parámetros

removeIndex
Int32

Índice en el que se quita un elemento.

Implementaciones

Excepciones

Si el índice está fuera del intervalo.

Se aplica a