 | ContainerHelperExceptChangedK, V, W(DictionaryK, V, DictionaryK, W) Method |
Removes all key/value pairs from set/map a whose keys are contained in b.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static bool ExceptChanged<K, V, W>(
Dictionary<K, V> a,
Dictionary<K, W> b
)
Parameters
- a DictionaryK, V
- A dictionary to change.
- b DictionaryK, W
- Another dictionary of compatible key type to a.
Type Parameters
- K
- V
- W
Return Value
BooleanA truth value telling whether at least one element was changed in a
See Also