MobileServiceCollectionView<T>.IList.Add Method

Adds an item the collection.

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

Syntax

'Declaration
Private Function Add ( _
    value As Object _
) As Integer Implements IList.Add
'Usage
Dim instance As MobileServiceCollectionView 
Dim value As Object 
Dim returnValue As Integer 

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

Parameters

Return Value

Type: System.Int32
The position the item was inserted.

Implements

IList.Add(Object)

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace