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