ImmutableArray<T>::IList::RemoveAt Method (Int32)

 

Throws NotSupportedException in all cases.

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

private:
virtual void RemoveAt(
	int index
) sealed = IList::RemoveAt

Parameters

index
Type: System::Int32

The index of the item to remove.

Return to top
Show: