Beispiel #1
0
 public Value Visit(Priority node)
 {
     return(node.GetChildExpression().Accept(this));
 }