i have list of items IList with data that looks list this:
GenId TestMode
1 0
1 1
3 0
3 1
4 NULL
2 NULL
i want to remove the index of GenId from my list that have TestMode == 0 if the same GenId has a TestMode == 1.
does someone have a terse way of doing this?