コード例 #1
0
ファイル: VisitorExample.cs プロジェクト: lostbearlabs/codex
 public override void Accept(Visitor t)
 {
     t.Accept(this);
 }