HashTable.removeMany Method
Removes a collection of key/value pairs from the hash table.
Parameters
- values
-
Type: Array
ElementType: Object
The collection of values to remove.
- keySelector
-
Type: Function - May be null
(Optional) A function to select a key to associate to the value.