Property | Type | Description | |
---|---|---|---|
Column | int | ||
Line | int | ||
Position | int |
Method | Description | |
---|---|---|
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 | |
return | System |