06 2021 档案

Enumerable.Intersect方法来生成2个序列的交集
摘要:Enumerable的Intersect方法介绍如下 这个方法用来生成2个序列的交集,在Microsoft的doc文档上,有个例子很好的解释了这一点: Product[] store1 = { new Product { Name = "apple", Code = 9 }, new Product 阅读全文

posted @ 2021-06-18 11:45 新西兰程序员 阅读(101) 评论(0) 推荐(0)