Open this page in the API Guide

LocalizedStringDictionary.Add Method

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

Parameters

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

Implements

IDictionary<TKey, TValue>.Add(TKey, TValue)
Exceptions
See Also