[ Version ( deprecated = true , replacement = "Map.unset" ) ]
public bool remove (K key, out V value = null)
Warning: remove is deprecated. Use Map.unset.
Removes the specified key from this map.
key |
the key to remove from the map |
value |
the receiver variable for the removed value |
|