Share via


LookupList<T>.Add method

Adds the specified entity to the LookupList<T>.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Public Sub Add ( _
    item As T _
)
'Usage
Dim instance As LookupList
Dim item As T

instance.Add(item)
public void Add(
    T item
)

Parameters

  • item
    Type: T

    The item that is added.

Implements

ICollection<T>.Add(T)

See also

Reference

LookupList<T> class

LookupList<T> members

Microsoft.SharePoint.Linq namespace