Udostępnij za pośrednictwem


DictionaryExtensions.AddRange<TKey,TValue> Metoda

Definicja

Dodawanie jednej zawartości słownika do innego słownika

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)

Parametry typu

TKey

typ klucza argumentu słownika

TValue

typ wartości argumentu słownika

Parametry

target
IDictionary<TKey,TValue>

słownik docelowy

source
IDictionary<TKey,TValue>

słownik źródłowy

forceUpdate
Boolean

czy musimy wymusić aktualizację wartości

Dotyczy