PresentationFrameworkCollection<T>.RemoveAt Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes the item at the specified index.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- index
- Type: System.Int32
The zero-based index of the item to remove.
Implements
IList<T>.RemoveAt(Int32)IList.RemoveAt(Int32)
Show: