共用方式為


ValidateExpressionDelegate type

委派,用於在表達式上執行靜態驗證。 驗證程式可以在表達式無效時擲回例外狀況。

type ValidateExpressionDelegate = (expression: Expression) => any