Example #1
0
 public void VVal2(ValType2 vt)
 {
     // do nothing
 }
Example #2
0
 public ValType2 Val2Val2(ValType2 vt)
 {
     return(vt);
 }
Example #3
0
 public void VVal2(ValType2 vt) {
     // do nothing
 }
Example #4
0
 public ValType2 Val2Val2(ValType2 vt) {
     return vt;
 }
Example #5
0
 void CallVal2Rep()
 {
     ValType2 vt = m_testService.Val2(true);
 }
Example #6
0
 void CallVal2()
 {
     ValType2 vt = m_testService.Val2(false);
 }