Click or drag to resize

ContainerHelperAddAllK Method (DictionaryK, SetValueType, DictionaryK, SetValueType)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static Dictionary<K, SetValueType> AddAll<K>(
	Dictionary<K, SetValueType> set,
	Dictionary<K, SetValueType> setToBeAdded
)

Parameters

set
Type: System.Collections.GenericDictionaryK, SetValueType
setToBeAdded
Type: System.Collections.GenericDictionaryK, SetValueType

Type Parameters

K

Return Value

Type: DictionaryK, SetValueType
See Also