This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::IDictionary::GetEnumerator Method

Gets an enumerator instance of this dictionary.

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

private:
virtual IDictionaryEnumerator^ GetEnumerator() sealed = IDictionary::GetEnumerator

Return Value

Type: System.Collections::IDictionaryEnumerator
The enumerator instance of this dictionary.

Implements

IDictionary::GetEnumerator()

Show: