Enhanced C#
Language of your choice: library documentation
Properties | List of all members
Loyc.Syntax.ILineAndColumn Interface Reference

A line/column pair representing a location in a text file. Numbering starts at one for both Line and Column. More...


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

Remarks

A line/column pair representing a location in a text file. Numbering starts at one for both Line and Column.

Properties

int Line [get]
 
int Column [get]