MobileServiceCollectionView<T>.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
Public Sub Add ( _
    item As T _
)
'Usage
Dim instance As MobileServiceCollectionView 
Dim item As T

instance.Add(item)
public void Add(
    T item
)
public:
void Add(
    T item
)
member Add : 
        item:'T -> unit
public function Add(
    item : T
)

Parameters

  • item
    Type: T
    The item to add to the collection.

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace