Returns an enumerator that iterates through the segment of
CloudTable results.
Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As TableResultSegment
Dim returnValue As IEnumerator(Of CloudTable)
returnValue = instance.GetEnumerator |
Syntax
Visual Basic |
---|
Public Function GetEnumerator As IEnumerator(Of CloudTable) |
C# |
---|
public IEnumerator<CloudTable> GetEnumerator () |
C++ |
---|
public:
virtual IEnumerator<CloudTable^>^ GetEnumerator () sealed |
J# |
---|
public final IEnumerator<CloudTable> GetEnumerator () |
JScript |
---|
public final function GetEnumerator () : IEnumerator<CloudTable> |
Return Value
An enumerator that iterates through the segment of
CloudTable results.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also