 | ContainerHelperDomainK, V(DictionaryK, V) Method |
Creates a new dictionary representing a set,
containing all keys from the given dictionary representing a map map.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static Dictionary<K, SetValueType> Domain<K, V>(
Dictionary<K, V> map
)
Parameters
- map DictionaryK, V
- A dictionary representing a map.
Type Parameters
- K
- V
Return Value
DictionaryK,
SetValueTypeA new set dictionary containing all keys from
map.
See Also