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.1
Syntax
C#
public static IList AsArray(
	Object container,
	IGraphModel model
)

Parameters

container  Object
 
model  IGraphModel
 

Return Value

IList
See Also