Array.IList.Remove Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Implements IList.Remove. Throws a NotSupportedException in all cases.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Object
The object to remove from the Array.
Implements
IList.Remove(Object)| Exception | Condition |
|---|---|
| NotSupportedException | In all cases. |
Show: