StringMapAdd Method (Object, Object) | 
 Add a new string to the map or replace existing with same key.
 
    Namespace: 
   NetQuarry
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic void Add(
	Object key,
	Object value
)
Public Sub Add ( 
	key As Object,
	value As Object
)
Parameters
- key
 - Type: SystemObject
The key of the new item. - value
 - Type: SystemObject
The value of the new item. 
See Also