Click or drag to resize

ContainerHelperFillArray Method (IList, String, Object, IGraphModel)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static IList FillArray(
	IList arrayToCopyTo,
	string valueTypeName,
	Object hopefullyArrayToCopy,
	IGraphModel model
)

Parameters

arrayToCopyTo
Type: System.CollectionsIList
valueTypeName
Type: SystemString
hopefullyArrayToCopy
Type: SystemObject
model
Type: de.unika.ipd.grGen.libGrIGraphModel

Return Value

Type: IList
See Also