Skip to content

TextFile.Lines Property

Definition

The individual lines in the file.

public IReadOnlyList<string> Lines { get; }

View source

Property Value

IReadOnlyList<String>

The lines.