Example #1
0
 public TRes Accept <TRes, TArg>(IExprVisitor <TRes, TArg> visitor, TArg arg)
 => visitor.VisitExprAggregateFunction(this, arg);