Ejemplo n.º 1
0
 public string Visit(Expr.Get _get)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public object Visit(Expr.Get _get)
 {
     return(null);
 }
Ejemplo n.º 3
0
 public object Visit(Expr.Get _get)
 {
     throw new NotImplementedException();
 }