Click or drag to resize

ContainerHelperFillArrayWithNodeK Method (ListK, NodeType, IList)

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

Parameters

targetArray
Type: System.Collections.GenericListK
nodeType
Type: de.unika.ipd.grGen.libGrNodeType
sourceArray
Type: System.CollectionsIList

Type Parameters

K
See Also