Ejemplo n.º 1
0
 static void Test07Sub2(ILRuntimeTest.TestFramework.IntDelegate action)
 {
     Console.WriteLine("Test Result=" + (ILRuntimeTest.TestFramework.DelegateTest.IntDelegateTest == action));
 }
Ejemplo n.º 2
0
 static void Test07Sub(ILRuntimeTest.TestFramework.IntDelegate action)
 {
     ILRuntimeTest.TestFramework.DelegateTest.IntDelegateTest = action;
 }