CompositeCollection.RemoveAt(Int32) Método

Definición

Quita un elemento de la colección en el índice especificado. Todos los elementos restantes se mueven por uno.

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 va a quitar un elemento.

Implementaciones

Excepciones

Si el índice está fuera del intervalo.

Se aplica a