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

Définition

Supprime tous les éléments de la collection spécifiée de l’ensemble actuel de hachage.

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))

Paramètres

other
IEnumerable<T>

Collection d'éléments à supprimer de l'ensemble.

Implémente

S’applique à