ReadOnlyCollection<T>::IList::Remove Method (Object^)

 

Removes the first occurrence of a specific object from the IList. This implementation always throws NotSupportedException.

Namespace:   System.Collections.ObjectModel
Assembly:  mscorlib (in mscorlib.dll)

private:
virtual void Remove(
	Object^ value
) sealed = IList::Remove

Parameters

value
Type: System::Object^

The Object to remove from the IList.

Exception Condition
NotSupportedException

Always thrown.

This member is an explicit interface member implementation. It can be used only when the ReadOnlyCollection<T> instance is cast to an IList 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
Return to top
Show: