Partager via


CompositeCollection.RemoveAt(Int32) Méthode

Définition

Supprime un élément de la collection à l'index spécifié. Les éléments restants sont décalés d'une ligne vers le haut.

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)

Paramètres

removeIndex
Int32

Index auquel supprimer un élément.

Implémente

Exceptions

Si l'index est hors limites.

S’applique à