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
CompilerResultsA CompilerResults that indicates the results of compilation.
line
stringThe line to process.