IDictionaryExtensions.AddRange<TKey,TValue> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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))
型パラメーター
- TKey
- TValue
パラメーター
- dictionary
- IDictionary<TKey,TValue>
- other
- IReadOnlyDictionary<TKey,TValue>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET