Click or drag to resize

ContainerHelperFillArrayWithNode Method (IList, NodeType, IList)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void FillArrayWithNode(
	IList targetArray,
	NodeType nodeType,
	IList sourceArray
)

Parameters

targetArray
Type: System.CollectionsIList
nodeType
Type: de.unika.ipd.grGen.libGrNodeType
sourceArray
Type: System.CollectionsIList
See Also