Click or drag to resize

ContainerHelperUnionChanged Method

Overload List
  NameDescription
Public methodStatic memberUnionChangedK, V(DictionaryK, V, DictionaryK, V)
Adds all key/value pairs from set/map b to a. If both dictionaries contain one key, the value from b takes precedence (this way the common case a = a | map<int, int> { 7 -> 13 }; would update an existing entry with key 7 to 13).
Public methodStatic memberUnionChangedK, V(DictionaryK, V, DictionaryK, V, IGraph, IEdge, AttributeType)
Adds all key/value pairs from map b to a. If both dictionaries contain one key, the value from b takes precedence (this way the common case a = a | map<int, int> { 7 -> 13 }; would update an existing entry with key 7 to 13).
Public methodStatic memberUnionChangedK, V(DictionaryK, V, DictionaryK, V, IGraph, INode, AttributeType)
Adds all key/value pairs from map b to a. If both dictionaries contain one key, the value from b takes precedence (this way the common case a = a | map<int, int> { 7 -> 13 }; would update an existing entry with key 7 to 13).
Public methodStatic memberUnionChangedK(DictionaryK, SetValueType, DictionaryK, SetValueType, IGraph, IEdge, AttributeType)
Adds all key/value pairs from set b to a.
Public methodStatic memberUnionChangedK(DictionaryK, SetValueType, DictionaryK, SetValueType, IGraph, INode, AttributeType)
Adds all key/value pairs from set b to a.
Top
See Also