Ejemplo n.º 1
0
 public bool Equals(CharacterNumber other)
 {
     return(_characterMinusOne == other._characterMinusOne);
 }
Ejemplo n.º 2
0
 public TextPosition(LineNumber line, CharacterNumber character)
 {
     Line      = line;
     Character = character;
 }