1 // Compiler options: -warnaserror -warn:4
4 using System
.Runtime
.InteropServices
;
6 [StructLayout (LayoutKind
.Sequential
)]
7 public class EventTestClass
: IEventTest
10 public event EventHandler Elapsed
;
12 public static void Main ()
17 public interface IEventTest
19 event EventHandler Elapsed
;