Expression Constructor
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
| Name | Description | |
|---|---|---|
| Expression() | Initializes a new instance of Expression. | |
| Expression(Expression) | Initializes a new instance of Expression by copying an existing instance. | |
| Expression(String) | Initializes a new instance of Expression that executes the specified expressionString. | |
| Expression(String, Boolean, String) | Initializes a new instance of Expression that executes the specified expressionString. This constructor also indicates whether the expression uses valid syntax and, if not, returns any formatted parse errors. |