// CS0305: Using the generic type `N' requires `1' type argument(s) // Line: 12 class N { } class C { public static void Main() { global::N n = null; } }