ClientValueObjectCollection<T>.IEnumerable.GetEnumerator method

Gets enumerator.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator
'Usage
Dim instance As ClientValueObjectCollection
Dim returnValue As IEnumerator

returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()

Return value

Type: System.Collections.IEnumerator
The object that can be used to iterate through the collection.

Implements

IEnumerable.GetEnumerator()

See also

Reference

ClientValueObjectCollection<T> class

ClientValueObjectCollection<T> members

Microsoft.SharePoint.Client namespace