This documentation is archived and is not being maintained.

ExceptionPropertyCollection::IEnumerable::GetEnumerator Method

Gets an enumerator for this collection.

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

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

Return Value

Type: System.Collections::IEnumerator
An IEnumerator for this collection.

Implements

IEnumerable::GetEnumerator()

Show: