コード例 #1
0
 public static int MethodWithRefParameter(int a, ref ValueReference vc)
 {
     vc.SomeValue = a;
     return vc.Square().SomeValue;
 }
コード例 #2
0
 public static int MethodWithRefParameter(int a, ref ValueReference vc)
 {
     vc.SomeValue = a;
     return(vc.Square().SomeValue);
 }