3 public static class Program
5 public static int Main ()
7 Action d1
= new Action (Method1
);
8 Action d2
= new Action (Method2
);
12 if (d1
.Method
.Name
!= "Method1")
14 if (d2
.Method
.Name
!= "Method2")
16 if (d12
.Method
.Name
!= "Method2")
18 if (d21
.Method
.Name
!= "Method1")
24 public static void Method1 ()
28 public static void Method2 ()