 | ContainerHelperSetAsArray Method (IDictionary) |
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.2
Syntaxpublic static IList SetAsArray(
IDictionary a
)
Parameters
- a
- Type: System.CollectionsIDictionary
Return Value
Type:
IList
See Also