Constructor Expression
Expression(String, String[])
Creates a new Expression.
Declaration
public Expression(string sourceText, string[] variables)
Parameters
Type | Name | Description |
---|---|---|
System.String | sourceText | Source text for the expression: e.g.
|
System.String[] | variables | Names of external variables referred to by the expression |