Map.Add Method
Overload List
Name | Description |
---|---|
Map.Add (D, R) | Add a key-value pair to the map, delivering a new map. An exception is thrown if the key has already a definition in the map. |
Map.Add (KeyValuePair) | Add a key-value pair to the map, delivering a new map. An exception is thrown if the key has already a definition in the map. |