Property | Type | Description | |
---|---|---|---|
_connector | ITargetConnector | ||
_expression | string | ||
_size | int |
Method | Description | |
---|---|---|
CalculatedSymbolTableVariable ( ITargetConnector connector, string expression, int size ) : System | ||
Dereference ( ) : ISymbolTableVariable | ||
Dereference ( int index ) : ISymbolTableVariable | ||
VariableDetectedCB ( string variable ) : string |
public CalculatedSymbolTableVariable ( ITargetConnector connector, string expression, int size ) : System | ||
connector | ITargetConnector | |
expression | string | |
size | int | |
return | System |
public abstract Dereference ( ) : ISymbolTableVariable | ||
return | ISymbolTableVariable |
public abstract Dereference ( int index ) : ISymbolTableVariable | ||
index | int | |
return | ISymbolTableVariable |
public VariableDetectedCB ( string variable ) : string | ||
variable | string | |
return | string |