Click or drag to resize

VariableExpression Class

[This is preliminary documentation and is subject to change.]

Expression pointing to a Variable reference

This expression does not have the value of the variable because the variable would not have been assigned yet

Inheritance Hierarchy
SystemObject
  Monkeyspeak.lexical.ExpressionsExpression
    Monkeyspeak.lexical.ExpressionsExpressionString
      Monkeyspeak.lexical.ExpressionsVariableExpression
        Monkeyspeak.lexical.ExpressionsVariableTableExpression

Namespace:  Monkeyspeak.lexical.Expressions
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public class VariableExpression : Expression<string>

The VariableExpression type exposes the following members.

Constructors
  NameDescription
Public methodVariableExpression
Initializes a new instance of the VariableExpression class
Top
Properties
Methods
Extension Methods
See Also