ClientValueObjectCollection<T>.Add method
Adds a new item to the collection.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Sub Add ( _
item As T _
)
'Usage
Dim instance As ClientValueObjectCollection
Dim item As T
instance.Add(item)
public void Add(
T item
)
Parameters
item
Type: TThe type of item in the collection.
See also
Reference
ClientValueObjectCollection<T> class