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.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
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.
Show: