Beispiel #1
0
 public static void OutMethod(out IndependentClass bah)
 {
     bah = new IndependentClass(null);
 }
Beispiel #2
0
 public static void OutMethod(out IndependentClass bah)
 {
     bah = new IndependentClass(null);
 }