 | ContainerHelperArrayAsMap(IList) Method |
Creates a new dictionary representing a map containing all values from the given list, mapped to by their index.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static IDictionary ArrayAsMap(
IList a
)
Parameters
- a IList
-
Return Value
IDictionary
See Also