Expression Constructor
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
| 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. |