Click or drag to resize

ContainerHelperFillMapWithKeyVarValueVar Method (IDictionary, Type, Type, IDictionary)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void FillMapWithKeyVarValueVar(
	IDictionary targetMap,
	Type keyVarType,
	Type valueVarType,
	IDictionary sourceMap
)

Parameters

targetMap
Type: System.CollectionsIDictionary
keyVarType
Type: SystemType
valueVarType
Type: SystemType
sourceMap
Type: System.CollectionsIDictionary
See Also