using System.Collections.Generic;
public static void Main()
List<string> t1 = new List<string>();
List<string> t2 = new List<string>();
List<string> t3 = new List<string>();
List<string> t4 = new List<string>();
List<List<string>> tests = new List<List<string>>();
foreach (List<string> test in tests)
Func<bool> moreNames = () => names.Count > 0;
Console.WriteLine(moreNames());