TypeElementCollection.RemoveAt(Int32) Méthode

Définition

Supprime l'élément à la position spécifiée.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Paramètres

index
Int32

Position dans la collection où supprimer l’élément.

S’applique à