Jeremy - I'd like the result to look the same as if I'd done the validation on just one item, so that it's consistent. I just don't know how to approach that. Any thoughts?
Edit: Essentially, my worry is that there isn't any indication of which item or items have issues if we just iterate. Although, I guess we could change the property name? Do List[index].Property instead of just Property?
Edit: Essentially, my worry is that there isn't any indication of which item or items have issues if we just iterate. Although, I guess we could change the property name? Do List[index].Property instead of just Property?