C# 클래스 ExpressiveAnnotations.Analysis.Location

파일 보기 프로젝트 열기: jwaliszko/ExpressiveAnnotations 1 사용 예제들

공개 메소드들

메소드 설명
Location ( int line, int column ) : System

Initializes a new instance of the Location class.

메소드 상세

Location() 공개 메소드

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.
리턴 System