Int32Collection.Insert(Int32, Int32) 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 un Int32 à un emplacement spécifique de la collection.
public:
virtual void Insert(int index, int value);
public void Insert (int index, int value);
abstract member Insert : int * int -> unit
override this.Insert : int * int -> unit
Public Sub Insert (index As Integer, value As Integer)
Paramètres
Implémente
Exceptions
index
n’est pas un index valide dans Int32Collection.
Int32Collection est en lecture seule.
- ou - Int32Collection est de taille fixe.