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.Int32The zero-based index of the item that is removed.