How can I check if any List<string>s in a List contain a given string? I know how to do this with a loop, but is there a way with LINQ/in one line?
How can I check if any List<string>s in a List contain a given string? I know how to do this with a loop, but is there a way with LINQ/in one line?