SynchronizedReadOnlyCollection(Of T).IList.Remove Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes the first occurrence of a specific object from the IList.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- value
- Type: System.Object
The zero-based index of the element to be retrieved from the collection.
Implements
IList.Remove(Object)| Exception | Condition |
|---|---|
| NotSupportedException | Items cannot be removed from a read-only collection. |
Throws a NotSupportedException if called.
Show: