This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::IDictionary::GetEnumerator Method
Visual Studio 2013
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::IDictionaryEnumeratorThe enumerator instance of this dictionary.
Implements
IDictionary::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: