CxStatementBlock
Description
- Derived from
-
CxStatement abstract
ICxStatementsContainer
A block with zero or more statements that are executed sequentially:
{ a = 1; b = 2; ... }
ICxStatementsContainer.Statements returns the statements in this block.