Find the intersection of two lists in linq?

后端 未结 6 488
迷失自我
迷失自我 2020-12-29 01:04

I have list of int A,B. i like to do the following step in linq

list c = new List();

for (int i = 0; i < a.count; i++)
{
    for (i         


        
6条回答
提交回复
热议问题