Click or drag to resize

ContainerHelperFillSetWithEdge Method (IDictionary, EdgeType, IDictionary)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void FillSetWithEdge(
	IDictionary targetSet,
	EdgeType edgeType,
	IDictionary sourceSet
)

Parameters

targetSet
Type: System.CollectionsIDictionary
edgeType
Type: de.unika.ipd.grGen.libGrEdgeType
sourceSet
Type: System.CollectionsIDictionary
See Also