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

Definição

Modifica o conjunto atual para que ele contenha apenas elementos que também estejam em uma coleção especificada.

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

Parâmetros

other
IEnumerable<T>

A coleção a ser comparada com o conjunto atual.

Implementações

Aplica-se a