MobileServiceCollectionView<T>.IList.Insert Method

Insert an item into the collection at the specified index.

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

Syntax

'Declaration
Private Sub Insert ( _
    index As Integer, _
    value As Object _
) Implements IList.Insert
'Usage
Dim instance As MobileServiceCollectionView 
Dim index As Integer 
Dim value As Object 

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

Parameters

Implements

IList.Insert(Int32, Object)

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace