Click or drag to resize

ContainerHelperMapAsArray Method (IDictionary, IGraphModel)

Creates a new list representing an array, containing all values from the given dictionary representing a map map from int to some values.

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

Parameters

map
Type: System.CollectionsIDictionary
A dictionary representing a map.
model
Type: de.unika.ipd.grGen.libGrIGraphModel
The graph model.

Return Value

Type: IList
A new list containing all values from map.
See Also