Switch Constructor
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
| Name | Description | |
|---|---|---|
| Switch() | Initializes a new instance of Switch. | |
| Switch(Expression) | Initializes a new instance of Switch and creates a switch statement with the specified testExpression. | |
| Switch(Switch) | Initializes a new instance of Switch by copying an existing instance. | |
| Switch(Expression, Cases, DefaultCase) | Initializes a new instance of Switch and creates a switch statement with the specified testExpression, list of cases to evaluate, and defaultCase. |