ImmutableHashSet<T>.Builder.ExceptWith(IEnumerable<T>) Método

Definición

Quita del conjunto actual todos los elementos de la colección especificada.

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>

Colección de elementos que se van a quitar del conjunto.

Implementaciones

Se aplica a