Interface IGetsScriptBody
An object which gets the body of a C# expression to be compiled.
Namespace: ZptSharp.Expressions.CSharpExpressions
Assembly: ZptSharp.CSharpExpressions.dll
Syntax
public interface IGetsScriptBody
Methods
| Improve this Doc View SourceGetScriptBody(ExpressionDescription)
Gets the script body, from the specified description.
Declaration
string GetScriptBody(ExpressionDescription description)
Parameters
Type | Name | Description |
---|---|---|
ExpressionDescription | description | An expression description. |
Returns
Type | Description |
---|---|
System.String | The script body. |