CxStatementIf
Description
- Derived from
-
CxStatement abstract
ICxStatementUsageProvider
ICxExpressionContainer
A statement that selectively executes a body statement, based on the result of a condition expression:
if (a) b = 1; if (a) b = 1; else b = 2;
ICxExpressionContainer.Expression returns the condition of if statement.