ArgMapSafeAdd Method A Sandcastle Documented Class Library
Associates the specified value with the specified key in this map. If the map previously contained mapping for the key, it will be replaced

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public void SafeAdd(
	string key,
	Object value
)

Parameters

key
Type: SystemString
the argument key
value
Type: SystemObject
the argument value
See Also

Reference