The iterator used to iterate other the lines.
public struct Iterator : ICharIterator
kind:method, kind:property, kind:ctor. Press Esc to clear.Iterator(StringLineGroup)Initializes a new instance of the Iterator class.CurrentCharGets or sets the current char.EndGets or sets the end.IsEmptyGets or sets the is empty.SliceIndexGets or sets the slice index.StartGets or sets the start.NextChar()Performs the next char operation.PeekChar()Performs the peek char operation.PeekChar(Int32)Performs the peek char operation.Remaining()Performs the remaining operation.SkipChar()Performs the skip char operation.TrimStart()Performs the trim start operation.