TextExpressionCompiler.GenerateSource(TextWriter) Method

Definition

Indicated whether the TextExpressionCompiler generates sources.

public:
 bool GenerateSource(System::IO::TextWriter ^ textWriter);
public bool GenerateSource (System.IO.TextWriter textWriter);
member this.GenerateSource : System.IO.TextWriter -> bool
Public Function GenerateSource (textWriter As TextWriter) As Boolean

Parameters

textWriter
TextWriter

The argument used.

Returns

true if the TextExpressionCompiler generates sources; otherwise, false.

Applies to