Method |
Description |
|
CanWriteValue ( ) : bool |
|
|
Evaluate ( Context sender, Variable left, Operators op, Variable right ) : Variable |
|
|
Get ( Key key, Logger log = null ) : Variable |
|
|
ToString ( ) : string |
|
|
Variable ( ) : System |
|
|
Variable ( IVType value ) : System |
|
|
Variable ( VM value ) : System |
|
|
Variable ( Variable value ) : System |
|
|
Variable ( bool value ) : System |
|
|
Variable ( float value ) : System |
|
|
Variable ( string value ) : System |
|
|
WriteValue ( StringBuilder sb ) : void |
Use to write a value as a string, when writing to files. |
|
WriteValueUser ( Context sender, StringBuilder output ) : void |
|
|