This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::GetEnumerator Method
Visual Studio 2013
Gets an IEnumerator of the items in the dictionary.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
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()- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: