1 // cs0579.cs: The attribute `ReturnAttribute' cannot be applied multiple times
5 using System
.Reflection
;
7 [AttributeUsage (AttributeTargets
.ReturnValue
)]
8 public class ReturnAttribute
: Attribute
10 public ReturnAttribute ()
18 public static void Main () { }