Share via


ChangeConflictCollection.GetEnumerator Method

Returns an enumerator that can be used to iterate through the collection.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of ObjectChangeConflict)
'Usage
Dim instance As ChangeConflictCollection
Dim returnValue As IEnumerator(Of ObjectChangeConflict)

returnValue = instance.GetEnumerator()
public IEnumerator<ObjectChangeConflict> GetEnumerator()

Return Value

Type: System.Collections.Generic.IEnumerator<ObjectChangeConflict>
An IEnumerator<T> object that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference

ChangeConflictCollection Class

ChangeConflictCollection Members

Microsoft.SharePoint.Linq Namespace