|
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) | |
Public Member Functions inherited from Loyc.Syntax.LineAndCol | |
| LineAndCol (int Line, int Column) | |
| override string | ToString () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Additional Inherited Members | |
Public static fields inherited from Loyc.Syntax.LineAndCol | |
| static LineAndCol | Nowhere = new LineAndCol() |
Properties inherited from Loyc.Syntax.LineAndCol | |
| int | Line [get] |
| int | Column [get] |
| int | PosInLine [get] |
Properties inherited from Loyc.Syntax.ILineAndColumn | |
| int | Line [get] |
| int | Column [get] |
Protected fields inherited from Loyc.Syntax.LineAndCol | |
| int | _line |
| int | _column |
1.8.17