Click or drag to resize

ContainerHelperFillArrayWithVarK Method (ListK, Type, IList)

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

Parameters

targetArray
Type: System.Collections.GenericListK
varType
Type: SystemType
sourceArray
Type: System.CollectionsIList

Type Parameters

K
See Also