Last updated
Was this helpful?
Constructor in Position
Initialises a new instance of the Position class with the specified line and character.
public Position(int line, int character)int line
The zero-indexed line number.
int character
The zero-index character number.
Last updated
Was this helpful?
Was this helpful?
