check if list have empty or null c# code example Example: check if list contains any empty element in c# if (myList.Any(i => i != null)) { DoSomeThing(); }