6 lines
132 B
C#
Raw Normal View History

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