ValidateExpressionDelegate type

委派以對運算式執行靜態驗證。 如果運算式無效,驗證程式可以且應該擲回例外狀況。

type ValidateExpressionDelegate = (expression: Expression) => any