// cs0066.cs : 'Sample.reference' : event must be of a delegate type // Line: 5 public class Sample { event object reference; }