Returns an enumerator that iterates through the
TableQuerySegment.
Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As TableQuerySegment(Of TElement)
Dim returnValue As IEnumerator(Of TElement)
returnValue = instance.GetEnumerator |
Syntax
Visual Basic |
---|
Public Function GetEnumerator As IEnumerator(Of TElement) |
C# |
---|
public IEnumerator<TElement> GetEnumerator () |
C++ |
---|
public:
virtual IEnumerator<TElement>^ GetEnumerator () sealed |
J# |
---|
public final IEnumerator<TElement> GetEnumerator () |
JScript |
---|
public final function GetEnumerator () : IEnumerator<TElement> |
Return Value
An enumerator that iterates through the
TableQuerySegment.
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