CodeTypeParameterCollection.Insert(Int32, CodeTypeParameter) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Insère l'objet CodeTypeParameter indiqué dans la collection à l'index spécifié.
public:
void Insert(int index, System::CodeDom::CodeTypeParameter ^ value);
public void Insert (int index, System.CodeDom.CodeTypeParameter value);
member this.Insert : int * System.CodeDom.CodeTypeParameter -> unit
Public Sub Insert (index As Integer, value As CodeTypeParameter)
Paramètres
- index
- Int32
Index de base zéro au niveau duquel insérer l’élément.
- value
- CodeTypeParameter
Objet CodeTypeParameter à insérer.