ReadOnlyCollection<T>.IList.Insert Method (Int32, Object)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Inserts an item to the IList at the specified index. This implementation always throws NotSupportedException.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- index
-
Type:
System.Int32
The zero-based index at which value should be inserted.
- value
- Type: System.Object
Implements
IList.Insert(Int32, Object)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
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: