コード例 #1
0
 public void Visit(RealEstate realEstate)
 {
     Total += realEstate.EstimatedValue;
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: votrongdao/DesignPattern
 public void Visit(RealEstate realEstate)
 {
     Total += realEstate.EstimatedValue;
 }
コード例 #3
0
 public void Visit(RealEstate realEstate)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
ファイル: Program.cs プロジェクト: votrongdao/DesignPattern
 public void Visit(RealEstate realEstate)
 {
     throw new NotImplementedException();
 }