ImmutableSortedSet<T>.IImmutableSet<T>.Except Metodo

Definizione

Rimuove gli elementi della raccolta specificata dal set non modificabile corrente.

 virtual System::Collections::Immutable::IImmutableSet<T> ^ System.Collections.Immutable.IImmutableSet<T>.Except(System::Collections::Generic::IEnumerable<T> ^ other) = System::Collections::Immutable::IImmutableSet<T>::Except;
System.Collections.Immutable.IImmutableSet<T> IImmutableSet<T>.Except (System.Collections.Generic.IEnumerable<T> other);
abstract member System.Collections.Immutable.IImmutableSet<T>.Except : seq<'T> -> System.Collections.Immutable.IImmutableSet<'T>
override this.System.Collections.Immutable.IImmutableSet<T>.Except : seq<'T> -> System.Collections.Immutable.IImmutableSet<'T>
Function Except (other As IEnumerable(Of T)) As IImmutableSet(Of T) Implements IImmutableSet(Of T).Except

Parametri

other
IEnumerable<T>

Elementi da rimuovere dal set.

Restituisce

Nuovo set con gli elementi rimossi oppure il set originale se nessuno degli elementi era presente nel set.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza ImmutableSortedSet<T> a un'interfaccia IImmutableSet<T>.

Pacchetto NuGet System.Collections.Immutable

Informazioni sulle raccolte non modificabili e su come installare

Si applica a