C#C
C#3y ago
Alex Frost

❔ Get list of indices from a List

I have a result set called "result". I want to use Linq to get a list of distinct items by name and their indices in the source resultset. How can I accomplish that?
Was this page helpful?