Click or drag to resize

ContainerHelperRangeK, V Method (DictionaryK, V)

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.2
Syntax
C#
public static Dictionary<V, SetValueType> Range<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: DictionaryV, SetValueType
A new set dictionary containing all values from map.
See Also