API Referenceglobal
VariableExpressionclass
An expression that evaluates to the current value of a named variable.
Constructors1
Showing 1 constructors
public VariableExpression()
No results match this filter.
Methods3
Showing 3 methods
public virtual void CollectArguments(System.Collections.Generic.HashSet`1<string> arguments)
| Parameter | Type | Description |
|---|---|---|
| arguments | HashSet<string> | — |
Returns:
void—public virtual string GetDebugText()
Returns:
string—No results match this filter.
Properties1
Showing 1 properties
public string Sandbox.Doo.VariableExpression.VariableName { get; set; }
The name of the variable to read.
Returns:
string—No results match this filter.