Exemplo n.º 1
0
 protected internal override MAst Transform()
 {
     return(MAst.IfThen(Test.Transform(), Then.Transform()));
 }