Class EOFToken
Token which represents the End of the Input.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class EOFToken : BaseToken, IToken
Constructors
| Edit this page View SourceEOFToken(int, int)
Creates a new End of File Token.
Declaration
public EOFToken(int line, int pos)