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.
Public / Constructors
CxStatementBlock
2 overloads
Creates a new instance of CxStatementBlock.
Creates a new instance of CxStatementBlock.