MobileServiceCollectionView<T>.MoveCurrentToLast Method

Move the current item to the last item in the collection view.

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

Syntax

'Declaration
Public Function MoveCurrentToLast As Boolean
'Usage
Dim instance As MobileServiceCollectionView 
Dim returnValue As Boolean 

returnValue = instance.MoveCurrentToLast()
public bool MoveCurrentToLast()
public:
virtual bool MoveCurrentToLast() sealed
abstract MoveCurrentToLast : unit -> bool  
override MoveCurrentToLast : unit -> bool
public final function MoveCurrentToLast() : boolean

Return Value

Type: System.Boolean
A value indicating whether the current item is within the collection view.

Implements

ICollectionViewMoveCurrentToLast

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace