MapContainer.Override Method
Overload List
Name | Description |
---|---|
MapContainer.Override (D, R) | Adds a KeyValuePair to the MapContainer. If the key exists in the MapContainer, its value will be replaced with the given value. |
MapContainer.Override (Map) | Override this mapping with all the KeyValuePair from the other map value. |
MapContainer.Override (MapContainer) | Override this mapping with all the key-value pairs from the other map container. |
See Also
Reference
MapContainer Generic Class
MapContainer Members
Microsoft.Modeling Namespace