Partilhar via


DictionaryExtensions.AddRange<TKey,TValue> Método

Definição

Adicionar um conteúdo de dicionário ao outro dicionário

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 da chave de argumento do dicionário

TValue

tipo do valor do argumento dictionary

Parâmetros

target
IDictionary<TKey,TValue>

dicionário de destino

source
IDictionary<TKey,TValue>

dicionário de origem

forceUpdate
Boolean

se precisamos forçar o valor de atualização

Aplica-se a