Share via


ReadOnlyList.GetEnumerator Method

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As ReadOnlyList 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
public:
virtual IEnumerator^ GetEnumerator() sealed
public final function GetEnumerator() : IEnumerator

Return Value

Type: System.Collections.IEnumerator

Implements

IEnumerable.GetEnumerator()

.NET Framework Security

See Also

Reference

ReadOnlyList Class

ReadOnlyList Members

Microsoft.TeamFoundation.WorkItemTracking.Common Namespace