ImmutableArray<T>::IList<T>::Insert Method (Int32, T)

 

Throws NotSupportedException in all cases.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

private:
virtual void Insert(
	int index,
	T item
) sealed = IList<T>::Insert

Parameters

index
Type: System::Int32

The index of the location to insert the item.

item
Type: T

The item to insert.

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.

Return to top
Show: