Show / Hide Table of Contents

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 Source

GetScriptBody(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX