Esempio n. 1
0
 public object o1(Tests2 t, GClass <int> gc1, GClass <string> gc2)
 {
     if (t == null || gc1 == null || gc2 == null)
     {
         return(null);
     }
     else
     {
         return(this);
     }
 }
Esempio n. 2
0
 public void invoke1(Tests2 t, AStruct s, GStruct <int> g)
 {
     invoke2();
 }
Esempio n. 3
0
 public static unsafe string ti2(string[] s2, int[] s3, int[,] s4, ref int ri, int *ptr, int i, AStruct s, Tests t, Tests2 t2, GClass <int> g, AnEnum ae)
 {
     return(s2 [0] + s3 [0] + s4 [0, 0]);
 }