コード例 #1
0
ファイル: Archivo.cs プロジェクト: algorri94/dissoftware
 public override string accept(IVisitor v)
 {
     return v.imprime(this);
 }