Compartir a través de


DictionaryExtensions.AddRange<TKey,TValue> Método

Definición

Agregar un contenido de diccionario al otro diccionario

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)

Parámetros de tipo

TKey

tipo de la clave del argumento dictionary

TValue

tipo del valor del argumento dictionary

Parámetros

target
IDictionary<TKey,TValue>

diccionario de destino

source
IDictionary<TKey,TValue>

diccionario de origen

forceUpdate
Boolean

si es necesario forzar el valor de actualización

Se aplica a