pos Type
Represents a position in a file
Instance members
Instance member |
Description
|
Full Usage:
this.Column
Returns: int
|
The column number for the position
|
Full Usage:
this.Encoding
Returns: int64
|
The encoding of the position as a 64-bit integer
|
Full Usage:
this.Line
Returns: int
|
The line number for the position
|
Static members
Static member |
Description
|
Full Usage:
Position.EncodingSize
Returns: int
|
The maximum number of bits needed to store an encoded position
|