ImmutableArray<T>::IList::Insert Method (Int32, Object^)
Throws NotSupportedExceptionin all cases.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- index
-
Type:
System::Int32
Index that indicates where to insert the item.
- value
-
Type:
System::Object^
The value to insert.
Implements
IList::Insert(Int32, Object^)
Show: