ImmutableSortedSet<T>.Builder.IntersectWith Metoda

Definice

Upraví aktuální sadu tak, aby obsahovala pouze prvky, které jsou také v zadané kolekci.

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

Parametry

other
IEnumerable<T>

Kolekce, která se má porovnat s aktuální sadou.

Implementuje

Platí pro