ResourceDictionary.GetEnumerator Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Exposes the enumerator, which supports a simple iteration over a non-generic collection.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Function GetEnumerator As IDictionaryEnumerator
public IDictionaryEnumerator GetEnumerator()
Return Value
Type: System.Collections.IDictionaryEnumerator
An enumerator that can be used to iterate through the collection.
Implements
Remarks
In the case of ResourceDictionary, the full implementation of collection support does use a generic collection type (specifically, it implements Dictionary<TKey, TValue> with key-value pairs). The enumerator provides these as DictionaryEntry values. Alternatively, you can enumerate over Keys or Values.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.