MobileServiceCollectionView<T>.IList.Clear Method

Removes all the items from the list.

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

Syntax

'Declaration
Private Sub Clear Implements IList.Clear
'Usage
Dim instance As MobileServiceCollectionView 

CType(instance, IList).Clear()
void IList.Clear()
private:
virtual void Clear() sealed = IList::Clear
private abstract Clear : unit -> unit  
private override Clear : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Implements

IList.Clear()

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace