1 // CS0182: An attribute argument must be a constant expression, typeof expression or array creation expression
4 using System
.Reflection
;
6 [AttributeUsage (AttributeTargets
.All
)]
7 public class MineAttribute
: Attribute
{
8 public MineAttribute (Type
[] t
)
16 public static int Main ()