Position(int,int)
Constructor in Position
Summary
Initialises a new instance of the Position class with the specified line and character.
public Position(int line, int character)Parameters
| Name | Description |
|---|---|
int line | The zero-indexed line number. |
int character | The zero-index character number. |