コード例 #1
0
 public static TestType1 dnaTestFunction2Ret1(TestType2 tt)
 {
     return(new TestType1("The Test (2) value is " + tt._value.Value));
 }
コード例 #2
0
 public static TestType1 dnaTestFunction2Ret1(TestType2 tt)
 {
     return new TestType1("The Test (2) value is " + tt._value.Value);
 }
コード例 #3
0
 public static string dnaTestFunction2(TestType2 tt)
 {
     return("The Test (2) value is " + tt._value.Value);
 }
コード例 #4
0
 public static string dnaTestFunction2(TestType2 tt)
 {
     return "The Test (2) value is " + tt._value.Value;
 }