IDictionaryExtensions.AddRange<TKey,TValue> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.