Constructors
-
Line
Reader(String) Initializes a new instance of the LineReader class.
Methods
-
Read
Line() Reads a new line from the underlying TextReader and update the SourcePosition for the next line.
Properties
-
Source
Position Gets the char position of the line. Valid for the next line before calling ReadLine.