DictionaryExtensions.AddRange<TKey,TValue> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
1 つの辞書コンテンツを別の辞書に追加する
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)
型パラメーター
- TKey
ディクショナリ引数キーの型
- TValue
ディクショナリ引数値の型
パラメーター
- target
- IDictionary<TKey,TValue>
target dictionary
- source
- IDictionary<TKey,TValue>
source dictionary
- forceUpdate
- Boolean
値を強制的に更新する必要があるかどうか