DictionaryExtensions.AddRange<TKey,TValue> 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.
Ajouter un contenu de dictionnaire à l’autre dictionnaire
public static void AddRange<TKey,TValue> (this System.Collections.Generic.IDictionary<TKey,TValue> target, System.Collections.Generic.IDictionary<TKey,TValue> source, bool forceUpdate = true);
static member AddRange : System.Collections.Generic.IDictionary<'Key, 'Value> * System.Collections.Generic.IDictionary<'Key, 'Value> * bool -> unit
<Extension()>
Public Sub AddRange(Of TKey, TValue) (target As IDictionary(Of TKey, TValue), source As IDictionary(Of TKey, TValue), Optional forceUpdate As Boolean = true)
Paramètres de type
- TKey
type de la clé d’argument du dictionnaire
- TValue
type de la valeur de l’argument du dictionnaire
Paramètres
- target
- IDictionary<TKey,TValue>
dictionnaire cible
- source
- IDictionary<TKey,TValue>
dictionnaire source
- forceUpdate
- Boolean
si nous devons forcer la valeur de mise à jour