C# Class ExpressiveAnnotations.Analysis.Location

Afficher le fichier Open project: jwaliszko/ExpressiveAnnotations Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the Location class.

Method Details

Location() public méthode

Initializes a new instance of the Location class.
line <= 0 or column <= 0.
public Location ( int line, int column ) : System
line int The line number.
column int The column number.
Résultat System