Exemplo n.º 1
0
 public TRes Accept <TRes, TArg>(IExprVisitor <TRes, TArg> visitor, TArg arg)
 => visitor.VisitExprAnalyticFunction(this, arg);