Click or drag to resize
DictionaryExtrasMergeTwoDictionariesT, Y Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void MergeTwoDictionaries<T, Y>(
	ref Dictionary<T, Y> keep,
	Dictionary<T, Y> mergein,
	bool overwriteExisting = true
)

Parameters

keep
Type: System.Collections.GenericDictionaryT, Y
mergein
Type: System.Collections.GenericDictionaryT, Y
overwriteExisting (Optional)
Type: SystemBoolean

Type Parameters

T
Y
See Also