IfElse Constructor
- Updated2023-02-21
- 2 minute(s) read
| 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. |