Enhanced C#
Language of your choice: library documentation
Public Member Functions | List of all members
Loyc.Syntax.LineAndColumn Class Reference

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...


Source file:
Inheritance diagram for Loyc.Syntax.LineAndColumn:
Loyc.Syntax.LineAndCol Loyc.Syntax.ILineAndColumn Loyc.Syntax.SourcePos Loyc.Syntax.LineColumnFile Loyc.Syntax.SourcePosAndIndex Loyc.Syntax.LineColumnFileAndIndex

Remarks

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