EntitySet<TEntity>.RemoveAt Method
Removes the entity at the specified zero-based index of the EntitySet<TEntity>.
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 EntitySet
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt(
int index
)
Parameters
index
Type: System.Int32The zero-based index of the entity that is removed.
Implements
IList<T>.RemoveAt(Int32)
IList.RemoveAt(Int32)