2 using System
.Collections
.Generic
;
4 public class EventInfoTestClass
6 static EventInfoTestClass ()
8 string s
= System
.Environment
.StackTrace
;
16 TestEventSubscription
<object> ();
19 public static void TestEventSubscription
<T
> ()
21 new EventInfoTestClass ();