ImmutableSortedSet<T>.Except(IEnumerable<T>) Metoda

Definice

Odebere zadanou sadu položek z této neměnné seřazené sady.

public:
 System::Collections::Immutable::ImmutableSortedSet<T> ^ Except(System::Collections::Generic::IEnumerable<T> ^ other);
public System.Collections.Immutable.ImmutableSortedSet<T> Except(System.Collections.Generic.IEnumerable<T> other);
member this.Except : seq<'T> -> System.Collections.Immutable.ImmutableSortedSet<'T>
Public Function Except (other As IEnumerable(Of T)) As ImmutableSortedSet(Of T)

Parametry

other
IEnumerable<T>

Položky, které chcete z této sady odebrat.

Návraty

Nová sada s odebranými položkami; nebo původní sadu, pokud nebyla v sadě žádná z položek.

Platí pro