Summary
public void GetLines(List<StringSegment> lines)
Fills a list with individual string segments representing the lines of text within this string segment, separated by newlines.
Parameters
- List
lines
Summary
public void GetLines(List<string> lines)
Fills a list with individual strings representing the lines of text within this string segment, separated by newlines.
Parameters
- List
lines