Summary
Adds a script line to the result.
- Namespace
- Cake
.Core .Scripting .Analysis - Containing Type
- I
Script Analyzer Context
Syntax
void AddScriptLine(string line)
Parameters
| Name | Type | Description |
|---|---|---|
| line | string | The script line to add. |
Return Value
| Type | Description |
|---|---|
| void |
