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