using B = System.Collections.Generic.List<A>; class A { B[] x = {}; }
Copy 'A' to 'C':
class C { List[] x = {}; // error CS0246: The type or namespace name 'List' could not be found }