5 // Jackson Harper (Jackson@LatitudeGeo.com)
7 // (C) 2003 Jackson Harper, All rights reserved
9 .assembly extern corlib { }
11 .namespace Mono.ILASM.Tests {
13 .class public EventTest {
15 .method public void Subscribe ()
17 ldstr "Mono.ILASM.Tests.EventTest::Subscribe ()"
18 call void [mscorlib]System.Console::WriteLine (string)
21 .method public void Unsubscribe ()
23 ldstr "Mono.ILASM.Tests.EventTest::Unsubscribe ()"
24 call void [mscorlib]System.Console::WriteLine (string)
27 .method public void Raise ()
29 ldstr "Mono.ILASM.Tests.EventTest::Raise ()"
30 call void [mscorlib]System.Console::WriteLine (string)
33 .event [mscorlib]System.Delegate LeEvent
35 .addon instance void Mono.ILASM.Tests.EventTest::Subscribe ()
36 .removeon instance void Mono.ILASM.Tests.EventTest::Unsubscribe ()
37 .fire instance void Mono.ILASM.Tests.EventTest::Raise ()