C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
Windows.UI.Xaml
ResourceDictionary Class
ResourceDictionary Methods
Add Method
Clear Method
Contains Method
ContainsKey Method
CopyTo Method
GetEnumerator Method
Remove Method
TryGetValue Method
ResourceDictionary
GetEnumerator Method
Returns an enumerator that iterates through the ResourceDictionary.
Namespace:
Windows.UI.Xaml
Assembly:
CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
Copy
public
IEnumerator
<
KeyValuePair
<
Object
,
Object
>>
GetEnumerator
()
Return Value
Type:
IEnumerator
KeyValuePair
Object
,
Object
A System.Collections.Generic.Dictionary{object,object}.Enumerator structure for the ResourceDictionary.
Implements
IEnumerable
T
GetEnumerator
See Also
Reference
ResourceDictionary Class
Windows.UI.Xaml Namespace