You are viewing a single comment's thread. Return to all comments →
return a.GroupBy(x => x) .Where(g => g.Count() == 1) .Select(g => g.Key) .FirstOrDefault();
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 →