LocalizableStringAdd(String, String) Method

Adds the specified key.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public void Add(
	string key,
	string value
)

Parameters

key  String
The key.
value  String
The value.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)

See Also