1 // cs0579-10.cs: The attribute `SimpleAttribute' cannot be applied multiple times
6 [AttributeUsage (AttributeTargets
.All
, AllowMultiple
= false)]
7 public class SimpleAttribute
: Attribute
{
9 public SimpleAttribute ()
16 public partial class Blah { }
19 public partial class Blah { }