This documentation is archived and is not being maintained.

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

Gets an IEnumerator instance of this dictionary.

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

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator
The IEnumerator instance of this dictionary.

Implements

IEnumerable::GetEnumerator()

Show: