Creates a new End of Line Token.
Namespace:
VDS.RDF.Parsing.Tokens
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public EOLToken(
int line,
int pos
)
Public Sub New (
line As Integer,
pos As Integer
)
Parameters
- line
- Type: SystemInt32
Line. - pos
- Type: SystemInt32
Column at which the line ends.
See Also