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