Esempio n. 1
0
 /// <summary>
 /// Reads the source string to the end of the line.
 /// </summary>
 /// <returns>Read string.</returns>
 public string ReadToLineEnd()
 {
     return(m_charReader.AcceptToLineEnd());
 }