The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
List<T>.RemoveAt Method
Silverlight
Removes the element at the specified index of the List<T>.
Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll)
Parameters
- index
- Type: System.Int32
The zero-based index of the element to remove.
Implements
IList<T>.RemoveAt(Int32)IList.RemoveAt(Int32)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than 0. -or- index is equal to or greater than Count. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.