Map.Override Method
Overload List
Name | Description |
---|---|
Map.Override (D, R) | Add a key-value pair to the map, delivering a new map. If the key already exists in the map, the key's value will be replaced instead. |
Map.Override (Map) | Override this mapping with all the key-value pairs from the other mapping. |