Beispiel #1
0
 /// <summary>
 /// Advance to the next character and return it.
 /// </summary>
 private char ChNext()
 {
     return(_cursor.ChNext());
 }