EntitySet<TEntity>.RemoveAt Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes an entity at a specified index.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- index
- Type: System.Int32
The index of the entity to be removed.
Implements
IList.RemoveAt(Int32)IList<T>.RemoveAt(Int32)
Show: