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: