CxStatementDo
Description
- Derived from
-
CxStatement abstract
ICxExpressionContainer
ICxStatementUsageProvider
A statement that loops over a statement block one or more times:
do
{
a = 1;
b = 2;
...
} while (c);
ICxExpressionContainer.Expression returns the condition of the loop.