ImmutableArray<T>::RemoveRange Method (ImmutableArray<T>, IEqualityComparer<T>^)

 

Removes the specified items from this list.

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

public:
ImmutableArray<T> RemoveRange(
	ImmutableArray<T> items,
	IEqualityComparer<T>^ equalityComparer
)

Parameters

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

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

equalityComparer
Type: System.Collections.Generic::IEqualityComparer<T>^

The equality comparer to use in the search.

Return Value

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

A new array with the elements removed.

Return to top
Show: