2011-08-23 66 views

回答

5

你想要的是A和B的交集,所以你可以使用Intersect方法:

var C = A.Intersect(B);