Esempio n. 1
0
 public static void structFun(ref TestA a)  //值类型数据转化为引用参数,要在类内部使用时,必须声明为静态方法
 {
     Console.WriteLine(a.a);
 }