This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::GetEnumerator Method

Gets an IEnumerator of the items in the dictionary.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
virtual IEnumerator<KeyValuePair<TKey, TValue>>^ GetEnumerator() sealed

Return Value

Type: System.Collections.Generic::IEnumerator<KeyValuePair<TKey, TValue>>
An T:System.Collections.IEnumerator of the key-value pairs in the dictionary.

Implements

IEnumerable<T>::GetEnumerator()

Show: