Exemplo n.º 1
0
 public EasyMethod()
 {
     body = new EasyBlock(this.Statements);
 }
Exemplo n.º 2
0
 public EasyProperty()
 {
     getter = new EasyBlock(this.GetStatements);
     setter = new EasyBlock(this.SetStatements);
 }