RESTfulQueryResult<T>.GetEnumerator método
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Function GetEnumerator As IEnumerator(Of T)
'Uso
Dim instance As RESTfulQueryResult
Dim returnValue As IEnumerator(Of T)
returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
Valor retornado
Tipo: System.Collections.Generic.IEnumerator<T>