ImmutableSortedSet<T>.Builder.IntersectWith 方法

定义

修改当前集,使该集仅包含也存在在指定集合中的元素。

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

参数

other
IEnumerable<T>

要与当前集进行比较的集合。

实现

适用于