using System; using System.Collections.Generic; public class Test { public static void Main() { List test = new List(); } }