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