Click or drag to resize

ContainerHelperFillArrayWithEdge Method (IList, EdgeType, IList)

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

Parameters

targetArray
Type: System.CollectionsIList
edgeType
Type: de.unika.ipd.grGen.libGrEdgeType
sourceArray
Type: System.CollectionsIList
See Also