ImmutableHashSet<T>.Builder.ExceptWith(IEnumerable<T>) Método
Definição
Remove todos os elementos na coleção especificada do conjunto de hash atual.Removes all elements in the specified collection from the current hash set.
public:
virtual void ExceptWith(System::Collections::Generic::IEnumerable<T> ^ other);
public void ExceptWith (System.Collections.Generic.IEnumerable<T> other);
abstract member ExceptWith : seq<'T> -> unit
override this.ExceptWith : seq<'T> -> unit
Public Sub ExceptWith (other As IEnumerable(Of T))
Parâmetros
- other
- IEnumerable<T>
A coleção de itens a serem removidos do conjunto.The collection of items to remove from the set.