MobileServiceCollectionView<T>.IEnumerable<Object>.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator(Of Object)
    Implements IEnumerable(Of Object).GetEnumerator
'Usage
Dim instance As MobileServiceCollectionView 
Dim returnValue As IEnumerator(Of Object)

returnValue = CType(instance, IEnumerable(Of Object)).GetEnumerator()
IEnumerator<Object> IEnumerable<Object>.GetEnumerator()
private:
virtual IEnumerator<Object^>^ GetEnumerator() sealed = IEnumerable<Object^>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<Object> 
private override GetEnumerator : unit -> IEnumerator<Object> 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: System.Collections.Generic.IEnumerator<Object>
An enumerator for the collection.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace