| KeyRawValueDictionaryAdd Method (String, Int32) |
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 Parameters
- key
- Type: SystemString
The key of the element to add. - value
- Type: SystemInt32
The value of the element to add.
See Also