C# 클래스 Pytocs.TypeInference.Diagnostic

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

공개 프로퍼티들

프로퍼티 타입 설명
category Category
end int
file string
msg string
start int

공개 메소드들

메소드 설명
Diagnostic ( string file, Category category, int start, int end, string msg ) : System
ToString ( ) : string

메소드 상세

Diagnostic() 공개 메소드

public Diagnostic ( string file, Category category, int start, int end, string msg ) : System
file string
category Category
start int
end int
msg string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

category 공개적으로 프로퍼티

public Category category
리턴 Category

end 공개적으로 프로퍼티

public int end
리턴 int

file 공개적으로 프로퍼티

public string file
리턴 string

msg 공개적으로 프로퍼티

public string msg
리턴 string

start 공개적으로 프로퍼티

public int start
리턴 int