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

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