using System; using System.Collections.Generic; public class Test { public static void Main() { List tmp = new List() {"Hello", "There", "World"}; } }