Click or drag to resize

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.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public 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, SetValueType
A new set dictionary containing all keys from map.
See Also