CxCase
Description
- Derived from
-
CxNode abstract
ICxStatementsContainer
ICxExpressionUsageProvider
Represents a case section in a switch statement:
case 1: case 2: a; default: break;
ICxStatementsContainer.Statements returns the switch case statements.