Enhanced C#
Language of your choice: library documentation
|
This is the new (and recommended) name for LineAndCol. It holds a line number (Line) and a position in the line (Column). Numbering starts at one for both Line and Column. More...
This is the new (and recommended) name for LineAndCol. It holds a line number (Line) and a position in the line (Column). Numbering starts at one for both Line and Column.
Public Member Functions | |
LineAndColumn (int Line, int Column) | |
![]() | |
LineAndCol (int Line, int Column) | |
override string | ToString () |
override bool | Equals (object obj) |
override int | GetHashCode () |
Additional Inherited Members | |
![]() | |
static LineAndCol | Nowhere = new LineAndCol() |
![]() | |
int | Line [get] |
int | Column [get] |
int | PosInLine [get] |
![]() | |
int | Line [get] |
int | Column [get] |
![]() | |
int | _line |
int | _column |