C#中的相交方法
使用Intesect方法获取常见元素-
创建列表-
var list1 = new List{99, 87};
var list2 = new List{56, 87, 45, 99};现在,使用该Intersect()方法从上面的列表中获取公共元素-
list1.Intersect(list2);
这是完整的代码-
示例
using System.Collections.Generic;
using System.Linq;
using System;
public class Demo {
public static void Main() {
//两个列表
var list1 = new List<int>{99, 87};
var list2 = new List<int>{56, 87, 45, 99};
//共同值观
var res = list1.Intersect(list2);
foreach(int i in res) {
Console.WriteLine(i);
}
}
}输出结果
99 87
热门推荐
10 公司28 周年祝福语简短
11 许愿星姐妹祝福语简短
12 老师送的祝福语简短
13 恭喜朋友买车祝福语简短
14 周末祝福语正能量简短
15 情人表白祝福语简短大气
16 生日祝福语简短独特的
17 父亲祝福语大全简短语
18 喜得孙子祝福语简短独特