Click or drag to resize

ContainerHelperDomainK, V Method (DictionaryK, V)

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.2
Syntax
C#
public static Dictionary<K, SetValueType> Domain<K, V>(
	Dictionary<K, V> map
)

Parameters

map
Type: System.Collections.GenericDictionaryK, V
A dictionary representing a map.

Type Parameters

K
V

Return Value

Type: DictionaryK, SetValueType
A new set dictionary containing all keys from map.
See Also