FreezableCollection<T>.Insert(Int32, T) 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 spécifié dans le FreezableCollection<T> à l'index spécifié.
public:
virtual void Insert(int index, T value);
public void Insert (int index, T value);
abstract member Insert : int * 'T -> unit
override this.Insert : int * 'T -> unit
Public Sub Insert (index As Integer, value As T)
Paramètres
- index
- Int32
Index de base zéro au niveau duquel value
doit être inséré.
- value
- T
Objet à insérer.
Implémente
Exceptions
value
a la valeur null
.
Le FreezableCollection<T> est figé (sa propriété IsFrozen a la valeur true
).