コード例 #1
0
 public void Print()
 {
     Value1.Print();
     Console.WriteLine(CompareOperator);
     Value2.Print();
 }