Creates a LINQ Distinct sentence
C# recipesThe Distinct() method would return a collection of objects that have been selected, but not duplicated, from the collection.
Shortcut: linq_distinct
0 Comments
Add Comment
Log in to add a comment
Creates a LINQ Distinct sentence
C# recipesThe Distinct() method would return a collection of objects that have been selected, but not duplicated, from the collection.
Shortcut: linq_distinct
Log in to add a comment