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

Definição

Remove o conjunto especificado de itens do conjunto atual.

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.

Implementações

Aplica-se a