Represents a text with multiple lines.
bool IgnoreHashedComments
Indicates whether or not to ignore comments that are marked with a hash (#).
void AddLine(string line)
Adds an individual line.
string Text
Gets the multiline text as a single string.
void Add(string text)
Adds text to the multiline text.