Script.

Lines Property

Summary

Gets the script lines.
Namespace
Cake.Core.Scripting
Containing Type
Script

Syntax

public IReadOnlyList<string> Lines { get; }

Value

Type Description
IReadOnlyList<string> The lines.