ImmutableArray<T>::IList<T>::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<T>::RemoveAt

Parameters

index
Type: System::Int32

The index.

Return to top
Show: