Click or drag to resize

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
)

Parameters

key
Type: SystemString
The key of the new item.
value
Type: SystemString
The value of the new item.
See Also