CxStatementDebug
Description
- Derived from
-
CxStatement abstract
ICxStatementsContainer
A region with zero or more statements that are executed sequentially when in DEBUG mode:
#if DEBUG a = 1; b = 2; ... #endif
ICxStatementsContainer.Statements returns the statements in this debug region.