| Name | Description |
---|
  | ExceptChangedK, W(DictionaryK, SetValueType, DictionaryK, W, IGraph, IEdge, AttributeType) |
Removes all key/value pairs from set a whose keys are contained in b.
|
  | ExceptChangedK, W(DictionaryK, SetValueType, DictionaryK, W, IGraph, INode, AttributeType) |
Removes all key/value pairs from set a whose keys are contained in b.
|
  | ExceptChangedK, V, W(DictionaryK, V, DictionaryK, W) |
Removes all key/value pairs from set/map a whose keys are contained in b.
|
  | ExceptChangedK, V, W(DictionaryK, V, DictionaryK, W, IGraph, IEdge, AttributeType) |
Removes all key/value pairs from map a whose keys are contained in b.
|
  | ExceptChangedK, V, W(DictionaryK, V, DictionaryK, W, IGraph, INode, AttributeType) |
Removes all key/value pairs from map a whose keys are contained in b.
|