CaseStatement Constructor
- Updated2023-02-21
- 2 minute(s) read
| Name | Description | |
|---|---|---|
| CaseStatement() | Initializes a new instance of CaseStatement. | |
| CaseStatement(CaseStatement) | Initializes a new instance of CaseStatement by copying an existing instance. | |
| CaseStatement(Expression, Block) | Initializes a new instance of CaseStatement and creates a case that executes the specified body of code when the value of the TestExpression in the Switch statement that contains the case is equal to the specified caseValue. |