Click or drag to resize
ResourceDictionaryGetEnumerator 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#
public IEnumerator<KeyValuePair<Object, Object>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairObject, Object
A System.Collections.Generic.Dictionary{object,object}.Enumerator structure for the ResourceDictionary.

Implements

IEnumerableTGetEnumerator
See Also