TextExpressionCompiler.GenerateSource(TextWriter) 方法

定义

指示 TextExpressionCompiler 是否会生成源。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

参数

textWriter
TextWriter

使用的参数。The argument used.

返回

Boolean

如果 TextExpressionCompiler 生成源,则为 true,否则为 falsetrue if the TextExpressionCompiler generates sources; otherwise, false.

适用于