Click or drag to resize

ContainerHelperIntersect Method

Overload List
 NameDescription
Public methodStatic memberIntersect(IDictionary, IDictionary) 
Public methodStatic memberIntersectK, V(DictionaryK, V, DictionaryK, V) Creates a new dictionary containing all key/value pairs from a whose keys are also contained in b. If both dictionaries contain one key, the value from a takes precedence, in contrast to union.
Top
See Also