ImmutableSortedSet<T>.Builder.IntersectWith Método

Definición

Modifica el conjunto actual para que solo contenga elementos que también estén en una colección 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>

Colección que se va a comparar con el conjunto actual.

Implementaciones

Se aplica a