Class Expression
Type of Expressions (for guards).
Inheritance
System.Object
Expression
Namespace: DCR
Assembly: Engine.dll
Syntax
public class Expression : Object
Constructors
Expression(String)
Construct by parsing string
Declaration
public Expression(string expr)
Parameters
Type | Name | Description |
---|---|---|
System.String | expr | String representation of Expression to construct. Refer to the Expression guide for details on this representation. |
Methods
ToString()
Return string representation
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |