SyntaxFix
Write A Post
Hire A Developer
Questions
Distinct the Note class by Author
var DistinctItems = Note.GroupBy(x => x.Author).Select(y => y.First()); foreach(var item in DistinctItems) { //Add to other List }