Click or drag to resize

ContainerHelper.FillArrayWithVar Method (IList, Type, IList)

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

Parameters

targetArray
Type: System.Collections.IList
varType
Type: System.Type
sourceArray
Type: System.Collections.IList
See Also