1 // CS0181: Attribute constructor parameter has type `int[][]', which is not a valid attribute parameter type
6 class TestAttribute
: Attribute
8 public TestAttribute (int[][] o
) {}
14 public static void Main ()
16 System
.Reflection
.MethodBase
.GetCurrentMethod().GetCustomAttributes (true);