Esempio n. 1
0
 internal Expression VisitParsedExpression(ParsedExpression node)
 {
     throw new NotSupportedException($"{node.GetType()} is an unsupported expression.");
 }