Click or drag to resize

ContainerHelperFillSetWithNode Method (IDictionary, NodeType, IDictionary)

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

Parameters

targetSet
Type: System.CollectionsIDictionary
nodeType
Type: de.unika.ipd.grGen.libGrNodeType
sourceSet
Type: System.CollectionsIDictionary
See Also