ImmutableSortedSet<T>.Builder.ExceptWith(IEnumerable<T>) Method

Definition

Removes the specified set of items from the current set.

public:
 virtual void ExceptWith(System::Collections::Generic::IEnumerable<T> ^ other);
public void ExceptWith (System.Collections.Generic.IEnumerable<T> other);
abstract member ExceptWith : seq<'T> -> unit
override this.ExceptWith : seq<'T> -> unit
Public Sub ExceptWith (other As IEnumerable(Of T))

Parameters

other
IEnumerable<T>

The collection of items to remove from the set.

Implements

Applies to