ImmutableArray<T>::RemoveRange Method (ImmutableArray<T>)

 

Removes the specified values from this list.

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

public:
ImmutableArray<T> RemoveRange(
	ImmutableArray<T> items
)

Parameters

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

The items to remove if matches are found in this list.

Return Value

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

A new list with the elements removed.

Return to top
Show: