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
)
Public Sub Add (
key As String,
value As String
)
public:
virtual void Add(
String^ key,
String^ value
) sealed
abstract Add :
key : string *
value : string -> unit
override Add :
key : string *
value : string -> unit
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