ImmutableArray<T>::IList<T>::Insert Method (Int32, T)
Throws NotSupportedException in all cases.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- index
-
Type:
System::Int32
The index of the location to insert the item.
- item
-
Type:
T
The item to insert.
Implements
IList<T>::Insert(Int32, T)This member is an explicit interface member implementation. It can be used only when the ImmutableArray<T> instance is cast to an IList<T> interface.
Show: