Table of Contents

Method ProcessCompilerOutputLine

Namespace
Alternet.FormDesigner.TypeScript
Assembly
Alternet.FormDesigner.TypeScript.v9.dll

ProcessCompilerOutputLine(CompilerResults, string)

Processes the specified line from the specified CompilerResults.

protected override void ProcessCompilerOutputLine(CompilerResults results, string line)

Parameters

results CompilerResults

A CompilerResults that indicates the results of compilation.

line string

The line to process.