Property | Type | Description | |
---|---|---|---|
Column | int | ||
Line | int | ||
Position | int |
Method | Description | |
---|---|---|
Compare ( |
||
SourceLocation ( int position, int line, int column ) : System | ||
ToString ( ) : string | ||
ToUiString ( ) : string | ||
operator ( ) : |
public static Compare ( |
||
x | ||
y | ||
return | int |
public SourceLocation ( int position, int line, int column ) : System | ||
position | int | |
line | int | |
column | int | |
return | System |