Summary
Gets the merged script lines.
- Namespace
- Cake
.Core .Scripting .Analysis - Containing Type
- ScriptAnalyzerResult
Syntax
public IReadOnlyList<string> Lines { get; }
Value
Type | Description |
---|---|
IReadOnlyList |
The merged script lines. |