PatternDictionary<TKey,TValue>.InsertRange 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.
public void InsertRange(int index, System.Collections.Generic.IEnumerable<TValue> collection);
member this.InsertRange : int * seq<'Value> -> unit
Public Sub InsertRange (index As Integer, collection As IEnumerable(Of TValue))
Paramètres
- index
- Int32
- collection
- IEnumerable<TValue>