 | ContainerHelperMapAsArray(IDictionary, IGraphModel) Method |
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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static IList MapAsArray(
IDictionary map,
IGraphModel model
)
Parameters
- map IDictionary
- A dictionary representing a map.
- model IGraphModel
- The graph model.
Return Value
IListA new list containing all values from
map.
See Also