CxStatementVariable

Description

sealed class Tinman.Core.Cx.Statements.CxStatementVariable

Derived from

CxStatement abstract
ICxVariableContainer

A statement that declares a local variable:

int a;
int a = 1;

ICxVariableContainer.Variable returns the local variable declaration or definition, which will never be null.

Public / Constructors

Cx​Statement​Variable


public constructor CxStatementVariable → (1)

variable in : CxVariable

[not-null]
See ICxVariableContainer.Variable.

Creates a new instance of CxStatementVariable.