C#C++F#VB
Returns an enumerator that iterates through the segment of CloudTable results.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract GetEnumerator : unit -> IEnumerator<CloudTable> override GetEnumerator : unit -> IEnumerator<CloudTable>
Return Value
Type: System.Collections.Generic.IEnumerator<CloudTable>System.Collections.Generic::IEnumerator<CloudTable^>^System.Collections.Generic.IEnumerator<CloudTable>System.Collections.Generic.IEnumerator(Of CloudTable)An enumerator that iterates through the segment of CloudTable results.