ReadOnlyCollection(Of T).ICollection(Of T).Remove Method (T)
.NET Framework (current version)
Removes the first occurrence of a specific object from the ICollection(Of T). This implementation always throws NotSupportedException.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
-
Type:
T
The object to remove from the ICollection(Of T).
Return Value
Type: System.Booleantrue if value was successfully removed from the ICollection(Of T); otherwise, false.
Implements
ICollection(Of T).Remove(T)| Exception | Condition |
|---|---|
| NotSupportedException | Always thrown. |
This member is an explicit interface member implementation. It can be used only when the ReadOnlyCollection(Of T) instance is cast to an ICollection(Of T) interface.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: