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