This documentation is archived and is not being maintained.
ExceptionPropertyCollection::IEnumerable<KeyValuePair<String, Object>>::GetEnumerator Method
Visual Studio 2013
Gets an enumerator for this collection.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
private: virtual IEnumerator<KeyValuePair<String^, Object^>>^ GetEnumerator() sealed = IEnumerable<KeyValuePair<String^, Object^>>::GetEnumerator
Return Value
Type: System.Collections.Generic::IEnumerator<KeyValuePair<String, Object>>An IEnumerator<T> for this collection.
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: