Click or drag to resize

ContainerHelperFillMapWithKeyEdgeValueEdge Method (IDictionary, EdgeType, EdgeType, IDictionary)

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

Parameters

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