This documentation is archived and is not being maintained.

WorkItemLinkTypeEndCollection::IEnumerable<WorkItemLinkTypeEnd>::GetEnumerator Method

Gets an enumerator object for this collection.

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

private:
virtual IEnumerator<WorkItemLinkTypeEnd^>^ GetEnumerator() sealed = IEnumerable<WorkItemLinkTypeEnd^>::GetEnumerator

Return Value

Type: System.Collections.Generic::IEnumerator<WorkItemLinkTypeEnd>
An enumerator object for this collection.

Implements

IEnumerable<T>::GetEnumerator()

Show: