1 // CS0182: An attribute argument must be a constant expression, typeof expression or array creation expression
6 [AttributeUsage (AttributeTargets
.All
)]
7 public class MineAttribute
: Attribute
{
8 public MineAttribute (Type
[] t
)
13 [Mine(new Type
[(ulong) 3])]