ValidateExpressionDelegate type

委托对表达式执行静态验证。 如果表达式无效,验证程序可以并应引发异常。

type ValidateExpressionDelegate = (expression: Expression) => any