ImmutableArray<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)

public:
ImmutableArray<T> RemoveAt(
	int index
)

Parameters

index
Type: System::Int32

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

Return Value

Type: System.Collections.Immutable::ImmutableArray<T>

A new array with the item at the specified index removed.

Return to top
Show: