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