 | ContainerHelperExceptChangedK, W Method (DictionaryK, SetValueType, DictionaryK, W, IGraph, INode, AttributeType) |
Removes all key/value pairs from set a whose keys are contained in b.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxpublic static bool ExceptChanged<K, W>(
Dictionary<K, SetValueType> a,
Dictionary<K, W> b,
IGraph graph,
INode owner,
AttributeType attrType
)
Parameters
- a
- Type: System.Collections.GenericDictionaryK, SetValueType
A dictionary to change. - b
- Type: System.Collections.GenericDictionaryK, W
Another dictionary of compatible key type to a. - graph
- Type: de.unika.ipd.grGen.libGrIGraph
The graph containing the node containing the attribute which gets changed. - owner
- Type: de.unika.ipd.grGen.libGrINode
The node containing the attribute which gets changed. - attrType
- Type: de.unika.ipd.grGen.libGrAttributeType
The attribute type of the attribute which gets changed.
Type Parameters
- K
- W
Return Value
Type:
BooleanA truth value telling whether at least one element was changed in a
See Also