ClientValueObjectCollection<T>.GetEnumerator method
Gets enumerator.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of T)
'Usage
Dim instance As ClientValueObjectCollection
Dim returnValue As IEnumerator(Of T)
returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
Return value
Type: System.Collections.Generic.IEnumerator<T>
The object that can be used to iterate through the collection.
See also
Reference
ClientValueObjectCollection<T> class