ImmutableHashSet<T>.ISet<T>.ExceptWith Método

Definição

Remove todos os elementos da coleção especificada do conjunto atual.

 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

Parâmetros

other
IEnumerable<T>

A coleção de objetos para remover.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a ImmutableHashSet<T> instância é transmitida para uma ISet<T> interface.

Aplica-se a