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