SyntaxFix
Write A Post
Hire A Developer
Questions
var distinctItems = items.GroupBy(x => x.Id).Select(y => y.First());