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é se mají z této sady odebrat.

Návraty

Nová sada s odebranými položkami; nebo původní sadu, pokud se v sadě nenachádly žádné položky.

Poznámky

Balíček NuGet System.Collections.Immutable

Informace o neměnných kolekcích a postupu instalace

Platí pro