C# Class NAnt.Core.LocationMap.TextPosition

Afficher le fichier Open project: skolima/NAnt

Méthodes publiques

Свойство Type Description
Column int
Line int

Méthodes publiques

Méthode Description
TextPosition ( int line, int column ) : System

Initializes a new instance of the TextPosition with the speified line and column.

Method Details

TextPosition() public méthode

Initializes a new instance of the TextPosition with the speified line and column.
public TextPosition ( int line, int column ) : System
line int The line coordinate of the position.
column int The column coordinate of the position.
Résultat System

Property Details

Column public_oe property

The column coordinate of the position.
public int Column
Résultat int

Line public_oe property

The line coordinate of the position.
public int Line
Résultat int