LookupList<T>.RemoveAt Method

Removes the item at the specified zero-based index of the LookupList<T>.

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

Syntax

'Declaration
Public Sub RemoveAt ( _
    index As Integer _
)
'Usage
Dim instance As LookupList
Dim index As Integer

instance.RemoveAt(index)
public void RemoveAt(
    int index
)

Parameters

  • index
    Type: System.Int32

    The zero-based index of the item that is removed.

Implements

IList<T>.RemoveAt(Int32)

See Also

Reference

LookupList<T> Class

LookupList<T> Members

Microsoft.SharePoint.Linq Namespace