IScriptAnalyzerContext.

AddScriptLine(string) Method

Summary

Adds a script line to the result.

Syntax

void AddScriptLine(string line)

Parameters

Name Type Description
line string The script line to add.

Return Value

Type Description
void