示例#1
0
 public int callDelegate5(TestDelegate5 del)
 {
     return del(new TestClass(2), new TestClass(3));
 }
示例#2
0
 public int callDelegate5(TestDelegate5 del)
 {
     return(del(new TestClass(2), new TestClass(3)));
 }