예제 #1
0
 public string ReadToLineEnd()
 {
     using (this.RecordReadRange())
     {
         var result = this.RemainingLine;
         this.SetPointer(_textPointer.OffsetColumn(result.Length));
         return(result);
     }
 }