Array.IList.RemoveAt Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Implements IList..::.RemoveAt. Throws a NotSupportedException in all cases.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
Private Sub RemoveAt ( _
index As Integer _
) Implements IList.RemoveAt
void IList.RemoveAt(
int index
)
Parameters
- index
Type: System..::.Int32
The index of the element to remove.
Implements
Exceptions
| Exception | Condition |
|---|---|
| NotSupportedException | In all cases. |
Remarks
Array has a fixed size; therefore, elements cannot be added or removed. Use the SetValue method to change the value of an existing element.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone