Click or drag to resize

ContainerHelperFillMapWithKeyEdgeValueVar Method (IDictionary, EdgeType, Type, IDictionary)

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

Parameters

targetMap
Type: System.CollectionsIDictionary
keyEdgeType
Type: de.unika.ipd.grGen.libGrEdgeType
valueVarType
Type: SystemType
sourceMap
Type: System.CollectionsIDictionary
See Also