ImmutableHashSet<T>.Builder.SymmetricExceptWith Método

Definição

Modifica o conjunto atual para que contenha apenas elementos que estão presentes no conjunto atual ou na coleção especificada, mas não ambos.

public:
 virtual void SymmetricExceptWith(System::Collections::Generic::IEnumerable<T> ^ other);
public void SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other);
abstract member SymmetricExceptWith : seq<'T> -> unit
override this.SymmetricExceptWith : seq<'T> -> unit
Public Sub SymmetricExceptWith (other As IEnumerable(Of T))

Parâmetros

other
IEnumerable<T>

A coleção para comparar com o conjunto atual.

Implementações

Aplica-se a