CxStatementVariable
Description
- Derived from
-
CxStatement abstract
ICxVariableContainer
A statement that declares a local variable:
int a; int a = 1; int a; // [!] int a; // [*] int a_keep;
Additional semantics (see Semantic) may be added by appending a single-line comment suffix. ICxVariableContainer.Variable returns the local variable declaration or definition, which will never be null
.