Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ReadOnlyCollection<T>::IList<T>::RemoveAt Method (Int32)

 

Removes the IList<T> item at the specified index. This implementation always throws NotSupportedException.

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

private:
virtual void RemoveAt(
	int index
) sealed = IList<T>::RemoveAt

Parameters

index
Type: System::Int32

The zero-based index of the item to remove.

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<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
Return to top
Show:
© 2017 Microsoft