Example #1
0
 public int callDelegate4(TestDelegate4 del)
 {
     return del(2, 3).testval;
 }
Example #2
0
 public int callDelegate4(TestDelegate4 del)
 {
     return(del(2, 3).testval);
 }