Ejemplo n.º 1
0
 public static void IntTest2(this DelegateExtObj obj, int a)
 {
     obj.AddValue(123);
     Console.WriteLine(obj + " dele2 a=" + obj.Value);
 }
Ejemplo n.º 2
0
 public static void IntTest(this DelegateExtObj obj, int a)
 {
     obj.AddValue(1);
     Console.WriteLine(obj + " dele a=" + a);
 }