摘要: // // 摘要: // 启用查询的并行化。 // // 参数: // source: // 要转换为 System.Linq.ParallelQueryTSource 的 System.Collections.Generic.IEnumerableT。 // // 类型参数: // TSource: // source 中的元素的类型。 // // 返回结果: // 作为要绑定到 ParallelEnumerable 扩展方法的 System.Linq.ParallelQueryTSource 的源。 // // 异常: // System.ArgumentNullExcepti 阅读全文
posted @ 2011-01-27 15:55 rosanshao 阅读(750) 评论(0) 推荐(1) 编辑