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