IDictionaryExtensions.AddRange<TKey,TValue> Method

Definition

public static void AddRange<TKey,TValue> (this System.Collections.Generic.IDictionary<TKey,TValue> dictionary, System.Collections.Generic.IReadOnlyDictionary<TKey,TValue> other);
static member AddRange : System.Collections.Generic.IDictionary<'Key, 'Value> * System.Collections.Generic.IReadOnlyDictionary<'Key, 'Value> -> unit
<Extension()>
Public Sub AddRange(Of TKey, TValue) (dictionary As IDictionary(Of TKey, TValue), other As IReadOnlyDictionary(Of TKey, TValue))

Type Parameters

TKey
TValue

Parameters

dictionary
IDictionary<TKey,TValue>
other
IReadOnlyDictionary<TKey,TValue>

Applies to