Click or drag to resize

KeyRawValueDictionaryAdd Method (String, Single)

Adds the specified key and value to the dictionary

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public void Add(
	string key,
	float value
)

Parameters

key
Type: SystemString
The key of the element to add.
value
Type: SystemSingle
The value of the element to add.
See Also