ResourceDictionary.GetEnumerator method

Returns an enumerator that iterates through a collection.

Syntax

public IEnumerator<KeyValuePair<>> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of ))

Parameters

This method has no parameters.

Return value

Type: IEnumerator<KeyValuePair<Object,Object>>

An IEnumerator object that can be used to iterate through the collection. The enumerator returns a KeyValuePair where the key is the dictionary key and the value is the value of the resource identified by that key.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml

See also

ResourceDictionary

 

 

Build date: 1/31/2013