コード例 #1
0
ファイル: WallRoot.cs プロジェクト: ccaunca/Projects
 public override void Accept(Visitor other)
 {
     other.VisitWallRoot(this);
 }