// cs1055.cs: An add or remove accessor expected // Line: 9 class E { delegate void test(); event test Event { bool add; } }