Click or drag to resize

ContainerHelperAddAllK(DictionaryK, SetValueType, DictionaryK, SetValueType) Method


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

Parameters

set  DictionaryK, SetValueType
 
setToBeAdded  DictionaryK, SetValueType
 

Type Parameters

K

Return Value

DictionaryK, SetValueType
See Also