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

 

Throws NotSupportedExceptionin all cases.

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

private:
virtual void Insert(
	int index,
	Object^ value
) sealed = IList::Insert

Parameters

index
Type: System::Int32

Index that indicates where to insert the item.

value
Type: System::Object^

The value to insert.

Return to top
Show: