 | 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
Syntaxpublic 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:
IListA new list containing all values from
map.
See Also