Click or drag to resize

ContainerHelperIntersectChanged Method

Overload List
  NameDescription
Public methodStatic memberIntersectChangedK, 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.
Public methodStatic memberIntersectChangedK, 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.
Public methodStatic memberIntersectChangedK, 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.
Public methodStatic memberIntersectChangedK(DictionaryK, SetValueType, DictionaryK, SetValueType, IGraph, IEdge, AttributeType)
Removes all key/value pairs from set a whose keys are not also contained in b.
Public methodStatic memberIntersectChangedK(DictionaryK, SetValueType, DictionaryK, SetValueType, IGraph, INode, AttributeType)
Removes all key/value pairs from set a whose keys are not also contained in b.
Top
See Also