CompositeCollection.RemoveAt(Int32) Méthode

Définition

Supprime un élément de la collection à l’index donné. Tous les éléments restants se déplacent vers le haut d’un.

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 plage.

S’applique à