MobileServiceCollectionView<T>.ICollection<Object>.Add Method

Adds an item to the collection.

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

Syntax

'Declaration
Private Sub Add ( _
    item As Object _
) Implements ICollection(Of Object).Add
'Usage
Dim instance As MobileServiceCollectionView 
Dim item As Object 

CType(instance, ICollection(Of Object)).Add(item)
void ICollection<Object>.Add(
    Object item
)
private:
virtual void Add(
    Object^ item
) sealed = ICollection<Object^>::Add
private abstract Add : 
        item:Object -> unit  
private override Add : 
        item:Object -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Implements

ICollection<T>.Add(T)

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace