1 // cs0592-7.cs: The attribute `EnumAttribute' is not valid on this declaration type. It is valid on `method' declarations only
5 using System
.Reflection
;
7 [AttributeUsage(AttributeTargets
.Method
)]
8 public class EnumAttribute
: Attribute
{}