| Name | Description |
---|
  | IntersectChangedK(DictionaryK, SetValueType, DictionaryK, SetValueType, IGraph, IEdge, AttributeType) |
Removes all key/value pairs from set a whose keys are not also contained in b.
|
  | IntersectChangedK(DictionaryK, SetValueType, DictionaryK, SetValueType, IGraph, INode, AttributeType) |
Removes all key/value pairs from set a whose keys are not also contained in b.
|
  | IntersectChangedK, V(DictionaryK, V, DictionaryK, V) |
Removes all key/value pairs from set/map a whose keys are not also contained in b.
If both dictionaries contain one key, the value from a takes precedence, in contrast to union.
|
  | IntersectChangedK, V(DictionaryK, V, DictionaryK, V, IGraph, IEdge, AttributeType) |
Removes all key/value pairs from map a whose keys are not also contained in b.
If both dictionaries contain one key, the value from a takes precedence, in contrast to union.
|
  | IntersectChangedK, V(DictionaryK, V, DictionaryK, V, IGraph, INode, AttributeType) |
Removes all key/value pairs from map a whose keys are not also contained in b.
If both dictionaries contain one key, the value from a takes precedence, in contrast to union.
|