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.

ImmutableSortedSet<T>::Except Method (IEnumerable<T>^)

 

Removes a specified set of items from this immutable sorted set.

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

public:
ImmutableSortedSet<T>^ Except(
	IEnumerable<T>^ other
)

Parameters

other
Type: System.Collections.Generic::IEnumerable<T>^

The items to remove from this set.

Return Value

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

A new set with the items removed; or the original set if none of the items were in the set.

Return to top
Show:
© 2017 Microsoft