CxStatementVariable Description sealed class Tinman.Core.Cx.Statements.CxStatementVariable Derived from CxStatement abstract A statement that declares a local variable: int a; Public / Constructors CxStatementVariable public constructor CxStatementVariable → (1) variable in : CxVariable [not-null] See Variable. Creates a new instance of CxStatementVariable. Public / Attributes Variable public attribute Variable → (get) value : CxVariable [not-null] The local variable. The local variable declaration. CxStatementTry CxStatementWhile