Exemplo n.º 1
0
 public FuncDefinition(FuncDeclaration declaration, ActionOnFuncBuilder body)
 {
     this.Declaration=declaration;
       this.Body=body;
 }
Exemplo n.º 2
0
 public FuncDefinition(FuncDeclaration declaration, ActionOnFuncBuilder body)
 {
     this.Declaration = declaration;
     this.Body        = body;
 }