IfElse Constructor
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
| Name | Description | |
|---|---|---|
| IfElse() | Initializes a new instance of IfElse. | |
| IfElse(Expression) | Initializes a new instance of IfElse that evaluates the specified testExpression. | |
| IfElse(IfElse) | Initializes a new instance of IfElse by copying an existing instance. | |
| IfElse(Expression, Block, Block) | Initializes a new instance of IfElse that evaluates the specified testExpression and executes the ifTrue or ifFalse code section, depending on the result of the evaluation. |