Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ImmutableList<T>::RemoveRange Method (IEnumerable<T>^, IEqualityComparer<T>^)

 

Removes the specified values from this list.

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

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

Parameters

items
Type: System.Collections.Generic::IEnumerable<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::ImmutableList<T>^

A new list with the elements removed.

Return to top
Show:
© 2017 Microsoft