DictionaryExtensions.AddRange<TKey,TValue> Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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