| RankedMapTKey, TValueRemoveAll Method |
Removes all elements with keys in the supplied collection from the map.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax Exceptions Remarks
Cardinality is respected by this operation so that
the occurrences of each item removed is the number of occurrences of that item in other.
In precise terms,
this operation removes min(m,n) occurrences of an element
where the map contains n occurrences
and other contains m occurrences.
See Also