Click or drag to resize

ContainerHelperFillArrayWithNodeK(ListK, NodeType, IList) Method


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

Parameters

targetArray  ListK
 
nodeType  NodeType
 
sourceArray  IList
 

Type Parameters

K
See Also