A group of StringLine.
public struct StringLineGroup : IEnumerable
kind:method, kind:property, kind:ctor. Press Esc to clear.StringLineGroup(Int32)Initializes a new instance of the StringLineGroup class.StringLineGroup(String)Initializes a new instance of the StringLineGroup class.Add(ref StringLine)Adds the specified line to this instance.Add(StringSlice)Adds the specified slice to this instance.Clear()Clears this instance.GetEnumerator()Gets enumerator.RemoveAt(Int32)Removes the line at the specified index.ToCharIterator()Converts this instance into a ICharIterator.ToSlice(List<StringLineGroup.LineOffset>?)Converts the lines to a single StringSlice by concatenating the lines.ToString()Performs the to string operation.Trim()Trims each lines of the specified StringLineGroup.