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

 

Returns an array with the element at the specified position removed.

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

private:
virtual IImmutableList<T>^ RemoveAt(
	int index
) sealed = IImmutableList<T>::RemoveAt

Parameters

index
Type: System::Int32

The 0-based index of the element to remove from the returned array.

Return Value

Type: System.Collections.Immutable::IImmutableList<T>^

A new array with the specified item removed.

This member is an explicit interface member implementation. It can be used only when the ImmutableArray<T> instance is cast to an IImmutableList<T> interface.

Return to top
Show: