You are viewing a single comment's thread. Return to all comments →
c# linq
return a.Select(x=>x).Where(y=>a.Where(x=>x == y).Count() == 1).First();
Seems like cookies are disabled on this browser, please enable them to open this website
Lonely Integer
You are viewing a single comment's thread. Return to all comments →
c# linq
return a.Select(x=>x).Where(y=>a.Where(x=>x == y).Count() == 1).First();