LocalizedStringDictionaryAdd Method

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public void Add(
	string key,
	string? value
)

Parameters

key
Type: SystemString
The object to use as the key of the element to add.
value
Type: SystemString
The object to use as the value of the element to add.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
Exceptions
See Also