ImmutableSortedSet<T>.Intersect(IEnumerable<T>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个不可变排序集,其中包含同时存在于此集和指定集内的元素。
public:
System::Collections::Immutable::ImmutableSortedSet<T> ^ Intersect(System::Collections::Generic::IEnumerable<T> ^ other);
public System.Collections.Immutable.ImmutableSortedSet<T> Intersect (System.Collections.Generic.IEnumerable<T> other);
member this.Intersect : seq<'T> -> System.Collections.Immutable.ImmutableSortedSet<'T>
Public Function Intersect (other As IEnumerable(Of T)) As ImmutableSortedSet(Of T)
参数
- other
- IEnumerable<T>
要与此集相交的集。
返回
一个新的不可变排序集,其中包含同时存在于两个集内的所有元素。
注解
System.Collections.Immutable NuGet 包