StringMapAdd Method (String, String) |
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)
Syntax public void Add(
string key,
string value
)
Public Sub Add (
key As String,
value As String
)
Parameters
- key
- Type: SystemString
The key of the new item. - value
- Type: SystemString
The value of the new item.
See Also