ImmutableSortedSet<T>.Builder.IntersectWith Yöntem

Tanım

Geçerli kümeyi, yalnızca aynı zamanda belirtilen bir koleksiyondaki öğeleri içermesi için değiştirir.

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

Parametreler

other
IEnumerable<T>

Geçerli kümeyle karşılaştıracak koleksiyon.

Uygulamalar

Şunlara uygulanır