Click or drag to resize

ContainerHelperFillMapWithKeyVarValueEdge(IDictionary, Type, EdgeType, IDictionary) Method


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

Parameters

targetMap  IDictionary
 
keyVarType  Type
 
valueEdgeType  EdgeType
 
sourceMap  IDictionary
 
See Also