IDictionaryExtensions.AddRange<TKey,TValue> Método

Definición

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))

Parámetros de tipo

TKey
TValue

Parámetros

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

Se aplica a