Click or drag to resize

ContainerHelperExceptChangedK, V, W Method (DictionaryK, V, DictionaryK, W)

Removes all key/value pairs from set/map a whose keys are contained in b.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static bool ExceptChanged<K, V, W>(
	Dictionary<K, V> a,
	Dictionary<K, W> b
)

Parameters

a
Type: System.Collections.GenericDictionaryK, V
A dictionary to change.
b
Type: System.Collections.GenericDictionaryK, W
Another dictionary of compatible key type to a.

Type Parameters

K
V
W

Return Value

Type: Boolean
A truth value telling whether at least one element was changed in a
See Also