C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.UI.Xaml
ResourceDictionary Class
ResourceDictionary Methods
Add Method
Add Method (KeyValuePair(Object, Object))
Add Method (Object, Object)
ResourceDictionary
Add Method (KeyValuePair
Object, Object
)
Adds the specified key and value to the ResourceDictionary.
Namespace:
Windows.UI.Xaml
Assembly:
CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
Copy
public
void
Add
(
KeyValuePair
<
Object
,
Object
>
item
)
Parameters
item
Type:
System.Collections.Generic
KeyValuePair
Object
,
Object
A KeyValuePair that contains the key and the value of the element to add.
See Also
Reference
ResourceDictionary Class
Add Overload
Windows.UI.Xaml Namespace