в списках?
List<obj>[] MyLists = new List<obj>[3] {new List<obj>(), new List<obj>(), new List<obj>() };
listOfLists.SelectMany(x => x).Contains(element)
select many -> any
Обсуждают сегодня