MobileServiceCollectionView<T>.IList.RemoveAt Method

Removes the item at the specified index.

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

Syntax

'Declaration
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList.RemoveAt
'Usage
Dim instance As MobileServiceCollectionView 
Dim index As Integer 

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

Parameters

Implements

IList.RemoveAt(Int32)

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace