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