CxStatementVariable
Description
- Derived from
-
CxStatement abstract
ICxVariableContainer
A statement that declares a local variable:
int a; int a = 1;
ICxVariableContainer.Variable returns the local variable declaration, which will never be null
.