SynchronizedReadOnlyCollection<T>::ICollection<T>::Remove Method (T)
.NET Framework (current version)
Returns false and throws a NotSupportedException if called.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- value
-
Type:
T
The value to be removed from the collection.
Return Value
Type: System::BooleanFalse.
The method returns false to indicate that the item was not removed from the read-only collection.
Implements
ICollection<T>::Remove(T)| Exception | Condition |
|---|---|
| NotSupportedException | Items cannot be removed from a read-only collection. |
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: