Click or drag to resize

ContainerHelperAsArray Method

Creates a new list containing all values from the given dictionary representing a set.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static IList AsArray(
	Object container,
	IGraphModel model
)

Parameters

container
Type: SystemObject
model
Type: de.unika.ipd.grGen.libGrIGraphModel

Return Value

Type: IList
See Also