FrozenSet<T>.ISet<T>.ExceptWith(IEnumerable<T>) Metodo

Definizione

Rimuove tutti gli elementi della raccolta specificata dal set corrente.

 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

Parametri

other
IEnumerable<T>

Raccolta di elementi da rimuovere dal set.

Implementazioni

Si applica a