프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Column | int | ||
Line | int | ||
Position | int |
메소드 | 설명 | |
---|---|---|
SourceLocation ( int position, int line, int column ) : System | ||
ToString ( ) : string |
public SourceLocation ( int position, int line, int column ) : System | ||
position | int | |
line | int | |
column | int | |
리턴 | System |