Click or drag to resize

ContainerHelperRangeK, V(DictionaryK, V) Method

Creates a new dictionary representing a set, containing all values 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<V, SetValueType> Range<K, V>(
	Dictionary<K, V> map
)

Parameters

map  DictionaryK, V
A dictionary representing a map.

Type Parameters

K
V

Return Value

DictionaryV, SetValueType
A new set dictionary containing all values from map.
See Also