Partager via


ProtocolCollection.RemoveAt(Int32) Méthode

Définition

Supprime l'objet ProtocolElement à l'emplacement d'index spécifié.

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

Emplacement de l'index de l'élément à supprimer.

Remarques

RemoveAt est introduite dans le .NET Framework 3,5. Pour plus d’informations, consultez Versions et dépendances.

S’applique à