ImmutableHashSet<T>.ISet<T>.ExceptWith Metod

Definition

Tar bort alla element i den angivna samlingen från den aktuella uppsättningen.

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

Parametrar

other
IEnumerable<T>

Samlingen med objekt att ta bort.

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen ImmutableHashSet<T> skickas till ett ISet<T> gränssnitt.

Gäller för