1 // cs0657-16.cs: `event' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method, param, return'
6 [AttributeUsage(AttributeTargets
.All
)]
7 public class TestAttribute
: Attribute
13 event ResolveEventHandler field
{