Partition.Merge(IEnumerable) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将一个或多个分区合并到当前分区。
public void Merge (System.Collections.IEnumerable sources);
member this.Merge : System.Collections.IEnumerable -> unit
Public Sub Merge (sources As IEnumerable)
参数
- sources
- IEnumerable
要合并到正对其执行 Merge 方法的分区对象的分区。
注解
分区不需要合并相同的聚合。