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